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.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 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.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>
        </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>
        </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>
            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.StartCmsSiteBusiness.Start(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.StartCmsSiteBusiness.Start(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.StartCmsSiteBusiness.StartSite(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="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>
            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.StopCmsSiteBusiness.Stop(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.StopCmsSiteBusiness.Stop(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.StopCmsSiteBusiness.StopSite(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="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>