PoshKentico.Business.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>PoshKentico.Business</name>
    </assembly>
    <members>
        <member name="T:PoshKentico.Business.CmdletBusinessBase">
            <summary>
            Base class for all Cmdlet Business objects.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.CmdletBusinessBase.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Business.CmdletBusinessBase"/> class.
            </summary>
            <param name="initCmsApplication">Indicates if the CMS application should be initialized.</param>
        </member>
        <member name="P:PoshKentico.Business.CmdletBusinessBase.CmsApplicationService">
            <summary>
            Gets or sets a reference to the CMS Application Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.CmdletBusinessBase.WriteDebug">
            <summary>
            Gets or sets a delegate for writing to the debug stream.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.CmdletBusinessBase.WriteVerbose">
            <summary>
            Gets or sets a delegate for writing to the verbose stream.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.CmdletBusinessBase.ShouldProcess">
            <summary>
            Gets or sets a delegate for checking if the cmdlet should continue processing.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.CmdletBusinessBase.Initialize">
            <summary>
            Initializes the current business layer.
            </summary>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Settings.GetCmsSettingValueBusiness">
            <summary>
            Business layer for the Set-CMSSettingValue cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Settings.GetCmsSettingValueBusiness.SettingValueService">
            <summary>
            Gets or sets a reference to the Setting Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Settings.GetCmsSettingValueBusiness.GetSettingValue(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Get a setting value from a site
            </summary>
            <param name="site">the site to get the setting from</param>
            <param name="key">the setting key associated with the setting</param>
            <returns>the setting value</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Settings.GetCmsSettingValueBusiness.GetSettingValue(System.String,System.String)">
            <summary>
            Get a setting value from a site <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="siteName">the site name of the site to get the setting from</param>
            <param name="key">the setting key associated with the setting</param>
            <returns>the setting value</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Settings.GetCmsWebConfigValueBusiness">
            <summary>
            Business layer for the Get-CMSWebConfigValue cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Settings.GetCmsWebConfigValueBusiness.SettingValueService">
            <summary>
            Gets or sets a reference to the Setting Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Settings.GetCmsWebConfigValueBusiness.GetSettingValue(System.String,System.String)">
            <summary>
            Get a web.config setting value
            </summary>
            <param name="appSettingKey">The key of the web.config setting</param>
            <param name="defaultValue">The default value to return if no key is matched.</param>
            <returns>The value of the setting</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Settings.SetCmsSettingValueBusiness">
            <summary>
            Business layer for the Set-CMSSettingValue cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Settings.SetCmsSettingValueBusiness.SettingValueService">
            <summary>
            Gets or sets a reference to the Setting Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Settings.SetCmsSettingValueBusiness.SetSettingValue(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String,System.Object)">
            <summary>
            Set a new setting value from a site with provided key
            </summary>
            <param name="site">the site to set the setting to</param>
            <param name="settingKey">the setting key associated with the setting</param>
            <param name="newVal">The new value of the setting</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Settings.SetCmsSettingValueBusiness.SetSettingValue(System.String,System.String,System.Object)">
            <summary>
            Set a new setting value from a site with provided key
            </summary>
            <param name="siteName">The site name of the setting</param>
            <param name="settingKey">The key of the setting</param>
            <param name="newVal">The new value of the setting</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness">
            <summary>
            Business layer for the Add-CMSSiteCulture cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.GetCmsSiteBusiness"/> used to get the site to add culture to. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.AddCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Add a culture to a site
            </summary>
            <param name="site">the site to add culture to</param>
            <param name="cultureCode">the culture code for the culture to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.AddCulture(System.String,System.Boolean,System.String)">
            <summary>
            Adds the culture to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <param name="cultureCode">the culture code for the culture to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.AddCulture(System.Int32[],System.String)">
            <summary>
            Adds the culture to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to add culture to.</param>
            <param name="cultureCode">the culture code for the culture to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteCultureBusiness.AddSiteCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Add a culture to a site
            </summary>
            <param name="site">the site to add culture to</param>
            <param name="cultureCode">the culture code for the culture to add to the site</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness">
            <summary>
            Business layer for the Add-CMSSiteDomainAlias cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.GetCmsSiteBusiness"/> used to get the site to add domain alias to. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.AddDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Add a domain alias to a site
            </summary>
            <param name="site">the site to add domain alias to</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.AddDomainAlias(System.String,System.Boolean,System.String)">
            <summary>
            Adds the domain alias to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.AddDomainAlias(System.Int32[],System.String)">
            <summary>
            Adds the domain alias to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to add domain alias to.</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.AddCmsSiteDomainAliasBusiness.AddSiteDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Add a domain alias to a site
            </summary>
            <param name="site">the site to add domain alias to</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.GetCmsSiteBusiness">
            <summary>
            Business layer for the Get-CMSSite cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteBusiness.GetSites">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteBusiness.GetSites(System.String,System.Boolean)">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which match the specified criteria.
            </summary>
            <param name="matchString">The string which to match the sites to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which match the specified criteria.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteBusiness.GetSites(System.Int32[])">
            <summary>
            Gets a list of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which match the supplied IDs.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to return.</param>
            <returns>A list of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which match the supplied IDs.</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness">
            <summary>
            Business layer for the Get-CMSSiteCulture cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness.GetCmsSiteBusiness"/> used to get the site to get culture to. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness.GetCultures(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Gets the cultures of the specified site.
            </summary>
            <param name="site">the site to get culture from.</param>
            <returns>Returns the list containing the cultures of the specified site.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness.GetCultures(System.String)">
            <summary>
            Gets the cultures of the specified site.
            </summary>
            <param name="siteName">the site name of the site to get culture from.</param>
            <returns>Returns the list containing the cultures of the specified site.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteCultureBusiness.GetSiteCultures(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Gets the cultures of the specified site.
            </summary>
            <param name="site">the site to get culture from.</param>
            <returns>Returns the list containing the cultures of the specified site.</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness">
            <summary>
            Business layer for the Get-CMSSiteDomainAlias cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness.GetCmsSiteBusiness"/> used to get the site to get Domain Alias from. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness.GetDomainAliases(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Gets the Domain Aliases of the specified site.
            </summary>
            <param name="site">the site to get DomainAlias from.</param>
            <returns>Returns the list containing the Domain Aliases of the specified site.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness.GetDomainAliases(System.String)">
            <summary>
            Gets the Domain Aliases of the specified site.
            </summary>
            <param name="siteName">the site name of the site to get DomainAlias from.</param>
            <returns>Returns the list containing the Domain Aliases of the specified site.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.GetCmsSiteDomainAliasBusiness.GetSiteDomainAliases(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Gets the Domain Aliases of the specified site.
            </summary>
            <param name="site">the site to get DomainAlias from.</param>
            <returns>Returns the list containing the Domain Aliases of the specified site.</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.NewCmsSiteBusiness">
            <summary>
            Business layer for the New-CMSSite cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.NewCmsSiteBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.NewCmsSiteBusiness.CreateSite(System.String,System.String,CMS.SiteProvider.SiteStatusEnum,System.String)">
            <summary>
            Creates a new <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="displayName">The Display Name for the new Site</param>
            <param name="siteName">The Site Name for the new Site</param>
            <param name="status">The Status for the new Site</param>
            <param name="domainName">The Domain Name for the new Site</param>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness">
            <summary>
            Business Layer for the Remove-CMSSite cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.GetCmsSiteBusiness"/> used to get the site to delete. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.Remove(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.Remove(System.Int32[])">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.Remove(System.String,System.Boolean)">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteBusiness.RemoveSite(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness">
            <summary>
            Business layer for the Remove-CMSSiteCulture cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.GetCmsSiteBusiness"/> used to get the site to remove culture from. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.RemoveCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Remove a culture to a site
            </summary>
            <param name="site">the site to remove culture to</param>
            <param name="cultureCode">the culture code for the culture to remove to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.RemoveCulture(System.String,System.Boolean,System.String)">
            <summary>
            Remove the culture to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <param name="cultureCode">the culture code for the culture to remove to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.RemoveCulture(System.Int32[],System.String)">
            <summary>
            Remove the culture to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to remove culture to.</param>
            <param name="cultureCode">the culture code for the culture to remove from the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteCultureBusiness.RemoveSiteCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Remove a culture to a site
            </summary>
            <param name="site">the site to remove culture to</param>
            <param name="cultureCode">the culture code for the culture to remove from the site</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness">
            <summary>
            Business layer for the Remove-CMSSiteDomainAlias cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.GetCmsSiteBusiness"/> used to get the site to add domain alias to. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.RemoveDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Remove a domain alias to a site
            </summary>
            <param name="site">the site to add domain alias to</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.RemoveDomainAlias(System.String,System.Boolean,System.String)">
            <summary>
            Removes the domain alias to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.RemoveDomainAlias(System.Int32[],System.String)">
            <summary>
            Removes the domain alias to a <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to add domain alias to.</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.RemoveCmsSiteDomainAliasBusiness.RemoveSiteDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Remove a domain alias to a site
            </summary>
            <param name="site">the site to add domain alias to</param>
            <param name="aliasName">the domain alias code for the domain alias to add to the site</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.SetCmsSiteBusiness">
            <summary>
            Business Layer for the Set-CMSSite cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.SetCmsSiteBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.SetCmsSiteBusiness.Set(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
            <returns>the updated site</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.SetCmsSiteBusiness.Set(System.String,System.String,CMS.SiteProvider.SiteStatusEnum,System.String)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="displayName">The Display Name for site to update</param>
            <param name="siteName">The Site Name for site to update</param>
            <param name="status">The Status for site to update</param>
            <param name="domainName">The Domain Name for site to update</param>
            <returns>the updated site</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness">
            <summary>
            Business Layer for the Start-CMSSite cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.GetCmsSiteBusiness"/> used to get the site to start. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.Start(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Starts the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.Start(System.Int32[])">
            <summary>
            Starts the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.Start(System.String,System.Boolean)">
            <summary>
            Starts the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StartCmsSiteBusiness.StartSite(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Starts the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness">
            <summary>
            Business Layer for the Stop-CMSSite cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.SiteService">
            <summary>
            Gets or sets a reference to the Site Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.GetCmsSiteBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.GetCmsSiteBusiness"/> used to get the site to stop. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.Stop(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Stops the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.Stop(System.Int32[])">
            <summary>
            Stops the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.Stop(System.String,System.Boolean)">
            <summary>
            Stops the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="matchString">the string which to match the site to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Sites.StopCmsSiteBusiness.StopSite(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Stops the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> in the CMS System.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to set.</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.GetCmsServerBusiness">
            <summary>
            Business layer for the Get-CMSServer cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.GetCmsServerBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.GetCmsServerBusiness.GetServers">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.GetCmsServerBusiness.GetServers(System.Int32[])">
            <summary>
            Gets a list of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which match the supplied IDs.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to return.</param>
            <returns>A list of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which match the supplied IDs.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.GetCmsServerBusiness.GetServers(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String,System.Boolean)">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which match the specified criteria.
            </summary>
            <param name="site">the associated site of the servers</param>
            /// <param name="matchString">The string which to match the servers to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which match the specified criteria.</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.GetCmsServerBusiness.GetServers(System.Int32,System.String,System.Boolean)">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which match the specified criteria.
            </summary>
            <param name="siteId">the associated site id of the servers</param>
            /// <param name="matchString">The string which to match the servers to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which match the specified criteria.</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.NewCmsServerBusiness">
            <summary>
            Business layer for the New-CMSServer cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.NewCmsServerBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.NewCmsServerBusiness.CreateServer(System.String,System.String,System.String,CMS.Synchronization.ServerAuthenticationEnum,System.Nullable{System.Boolean},System.String,System.String,System.Int32)">
            <summary>
            Creates a new <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="displayName">The Display Name for the new Server</param>
            <param name="serverName">The Server Name for the new Server</param>
            <param name="serverUrl">The Url for the new Server</param>
            <param name="authentication">The authentication for the new Server</param>
            <param name="enabled">The enabled status for the new Server</param>
            <param name="userName">The user name for the new Server</param>
            <param name="password">The password for the new Server</param>
            <param name="siteID">The site id associated with the new Server</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness">
            <summary>
            Business Layer for the Remove-CMSServer cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.GetCmsServerBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.GetCmsServerBusiness"/> used to get the server to delete. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.Remove(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.Remove(System.Int32[])">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.Remove(System.Int32,System.String,System.Boolean)">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="siteID">the site id which to match the server to. </param>
            <param name="matchString">the string which to match the server to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.RemoveCmsServerBusiness.RemoveServer(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to delete.</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.RemoveCmsStagingTaskBusiness">
            <summary>
            Business Layer for the Remove-CMSStagingTask cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.RemoveCmsStagingTaskBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.RemoveCmsStagingTaskBusiness.RemoveStaging(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Removes the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> related staging tasks in the CMS System.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to remove.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.RemoveCmsStagingTaskBusiness.RemoveStaging(System.String,System.Int32)">
            <summary>
            Removes the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> related staging tasks in the CMS System.
            </summary>
            <param name="serverName">The server name to look for the server</param>
            <param name="serverSiteId">The server site id to look for the server</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.SetCmsRoleLogBusiness">
            <summary>
            Business Layer for the Set-CMSRoleLog cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.SetCmsRoleLogBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SetCmsRoleLogBusiness.SetLogRole(PoshKentico.Core.Services.Configuration.Roles.IRole,System.String)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> a new role without logging any staging tasks in the CMS System.
            </summary>
            <param name="role">The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to sync.</param>
            <param name="taskGroupName">the task group code name</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SetCmsRoleLogBusiness.SetLogRole(System.String,System.String,System.Int32,System.String)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> a new role without logging any staging tasks in the CMS System.
            </summary>
            <param name="displayName">the role display name for the new role</param>
            <param name="roleName">The role name for the new role</param>
            <param name="roleSiteId">The role site id for the new role</param>
            <param name="taskGroupName">the task group code name</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.SetCmsRoleNoLogBusiness">
            <summary>
            Business Layer for the Set-CMSRoleNoLog cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.SetCmsRoleNoLogBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SetCmsRoleNoLogBusiness.SetNoLogRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> a new role without logging any staging tasks in the CMS System.
            </summary>
            <param name="role">The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to sync.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SetCmsRoleNoLogBusiness.SetNoLogRole(System.String,System.String,System.Int32)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> a new role without logging any staging tasks in the CMS System.
            </summary>
            <param name="displayName">the role display name for the new role</param>
            <param name="roleName">The role name for the new role</param>
            <param name="roleSiteId">The role site id for the new role</param>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.SetCmsServerBusiness">
            <summary>
            Business Layer for the Set-CMSServer cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.SetCmsServerBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SetCmsServerBusiness.Set(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to set.</param>
            <returns>the updated server</returns>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SetCmsServerBusiness.Set(System.String,System.Int32,System.String,System.String,CMS.Synchronization.ServerAuthenticationEnum,System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> in the CMS System.
            </summary>
            <param name="serverName">The server name to look for the server</param>
            <param name="serverSiteId">The server site id to look for the server</param>
            <param name="displayName">The Display Name for server to update</param>
            <param name="serverUrl">The Server Url for server to update</param>
            <param name="authentication">The authentication for server to update</param>
            <param name="enabled">The enabled status for server to update</param>
            <param name="userName">The user name for server to update</param>
            <param name="password">The password for server to update</param>
            <returns>the updated server</returns>
        </member>
        <member name="T:PoshKentico.Business.Configuration.Staging.SyncCmsStagingTaskBusiness">
            <summary>
            Business Layer for the Sync-CMSStagingTask cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Configuration.Staging.SyncCmsStagingTaskBusiness.StagingService">
            <summary>
            Gets or sets a reference to the Staging Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SyncCmsStagingTaskBusiness.SyncStaging(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Syncs the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> related staging tasks in the CMS System.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to sync.</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SyncCmsStagingTaskBusiness.SyncStaging(System.String,System.Int32)">
            <summary>
            Syncs the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> related staging tasks in the CMS System.
            </summary>
            <param name="serverName">The server name to look for the server</param>
            <param name="serverSiteId">The server site id to look for the server</param>
        </member>
        <member name="M:PoshKentico.Business.Configuration.Staging.SyncCmsStagingTaskBusiness.SyncServer(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Sync the specified <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> related staging tasks in the CMS System.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to sync.</param>
        </member>
        <member name="T:PoshKentico.Business.Development.GetCMSWebPartCategoryBusiness">
            <summary>
            Business layer for the Get-CMSWebPartCategory cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Development.GetCMSWebPartCategoryBusiness.WebPartService">
            <summary>
            Gets or sets a reference to the WebPart Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Development.GetCMSWebPartCategoryBusiness.GetWebPartCategories">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/>.
            </summary>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/>.</returns>
        </member>
        <member name="M:PoshKentico.Business.Development.GetCMSWebPartCategoryBusiness.GetWebPartCategories(System.String,System.Boolean)">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> which match the specified criteria.
            </summary>
            <param name="matchString">The string which to match the webparts to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
            <returns>A list of all of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> which match the specified criteria.</returns>
        </member>
        <member name="M:PoshKentico.Business.Development.GetCMSWebPartCategoryBusiness.GetWebPartCategories(System.Int32[])">
            <summary>
            Gets a list of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> which match the supplied IDs.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> to return.</param>
            <returns>A list of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> which match the supplied IDs.</returns>
        </member>
        <member name="T:PoshKentico.Business.Development.NewCMSWebPartCategoryBusiness">
            <summary>
            Business layer for the New-CMSWebPartCategory cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Development.NewCMSWebPartCategoryBusiness.WebPartService">
            <summary>
            Gets or sets a reference to the WebPart Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Development.NewCMSWebPartCategoryBusiness.CreateWebPart(System.String,System.String,System.String)">
            <summary>
            Creates a new WebPartCategory in the CMS System.
            </summary>
            <param name="path">The path for the new WebPartCategory.</param>
            <param name="displayName">The display name for the WebPartCategory.</param>
            <param name="imagePath">The image path for the new WebPartCategory.</param>
            <returns>The newly created WebPartCategory.</returns>
        </member>
        <member name="T:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness">
            <summary>
            Business layer for the Remove-CMSWebPartCategory cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness.WebPartService">
            <summary>
            Gets or sets a reference to the WebPart Service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness.GetCMSWebPartCategoryBusiness">
            <summary>
            Gets or sets a reference to the <see cref="P:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness.GetCMSWebPartCategoryBusiness"/> used to get the WebPartCategories to delete. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness.RemoveWebPartCategories(System.String,System.Boolean)">
            <summary>
            Deletes all of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> which match the specified criteria.
            </summary>
            <param name="matchString">The string which to match the webparts to.</param>
            <param name="exact">A boolean which indicates if the match should be exact.</param>
        </member>
        <member name="M:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness.RemoveWebPartCategories(System.Int32[])">
            <summary>
            Deletes all of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> which match the supplied IDs.
            </summary>
            <param name="ids">The IDs of the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Business.Development.RemoveCMSWebPartCategoryBusiness.RemoveWebPartCategory(PoshKentico.Core.Services.Development.IWebPartCategory)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/>.
            </summary>
            <param name="webPartCategory">The webpart category to delete.</param>
        </member>
        <member name="T:PoshKentico.Business.Development.SetCMSWebPartCategoryBusiness">
            <summary>
            Business layer for the Set-CMSWebPartCategory cmdlet.
            </summary>
        </member>
        <member name="P:PoshKentico.Business.Development.SetCMSWebPartCategoryBusiness.WebPartService">
            <summary>
            Gets or sets a reference to the WebPart Service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.Development.SetCMSWebPartCategoryBusiness.Set(PoshKentico.Core.Services.Development.IWebPartCategory)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> within Kentico.
            </summary>
            <param name="webPartCategory">The <see cref="T:PoshKentico.Core.Services.Development.IWebPartCategory"/> to set.</param>
        </member>
        <member name="T:PoshKentico.Business.General.InitializeCMSApplicationBusiness">
            <summary>
            Business layer for the Initialize-CMSApplication cmdlet.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Business.General.InitializeCMSApplicationBusiness"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.Initialize(System.String,System.IO.DirectoryInfo)">
            <summary>
            Initializes Kentico with the specified connection string and web root.
            Matches with the "ConnectionString" parameter set name.
            </summary>
            <param name="connectionString">The connection string for the database connection.</param>
            <param name="webRoot">The root directory for the Kentico site.</param>
        </member>
        <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.Initialize(System.Boolean)">
            <summary>
            Initializes Kentico by searching for a Kentico site.
            </summary>
            <param name="useCached">A boolean which indicates if initialization should use a previously cahced value if available.</param>
        </member>
        <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.Initialize(System.String,System.String,System.Int32,System.IO.DirectoryInfo)">
            <summary>
            Initializes Kentico by using the provided information to generate a connection string.
            </summary>
            <param name="databaseServer">The server the Kentico database is located on.</param>
            <param name="database">The name of the Kentico database.</param>
            <param name="timeout">The timeout for connecting to the Kentico database.</param>
            <param name="webRoot">The root directory for the Kentico site.</param>
        </member>
    </members>
</doc>