PoshKentico.Core.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>PoshKentico.Core</name>
    </assembly>
    <members>
        <member name="T:PoshKentico.Core.AppDomainProxies.ProxyBase">
            <summary>
            The base class for all app domain proxies.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.AppDomainProxies.ProxyBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.AppDomainProxies.ProxyBase"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.AppDomainProxies.ProxyBase.Finalize">
            <summary>
            Finalizes an instance of the <see cref="T:PoshKentico.Core.AppDomainProxies.ProxyBase"/> class.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.AppDomainProxies.ProxyBase.CmsApplicationService">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.General.ICmsApplicationService"/>.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.AppDomainProxies.ProxyBase.Initialize">
            <summary>
            Initailizes the MEF container, the object, and the CMSApplicationService.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.AppDomainProxies.ProxyBase.Dispose">
            <summary>
            Disposes the <see cref="T:PoshKentico.Core.AppDomainProxies.ProxyBase"/>.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.AppDomainProxies.ProxyBase.Dispose(System.Boolean)">
            <summary>
            Disposes the <see cref="T:PoshKentico.Core.AppDomainProxies.ProxyBase"/>.
            </summary>
            <param name="disposing">Inidicates if we are disposing or finalizing.</param>
        </member>
        <member name="T:PoshKentico.Core.AppDomainProxies.ScheduledTaskProxy">
            <summary>
            The proxy for scheduled tasks.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.AppDomainProxies.ScheduledTaskProxy.ScheduledTaskService">
            <summary>
            Gets or sets the scheduled task service. Populated by MEF.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.AppDomainProxies.ScheduledTaskProxy.ExecuteScheduledTask(System.Int32)">
            <summary>
            Executes the scheduled task within the current app domain.
            </summary>
            <param name="id">The ID to execute.</param>
        </member>
        <member name="T:PoshKentico.Core.Extensions.EnumerableExtensions">
            <summary>
            Resource extensions.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Extensions.EnumerableExtensions.Flatten``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``0}})">
            <summary>
            Flattens a collection of collections into a single collection.
            </summary>
            <typeparam name="T">The type of collection.</typeparam>
            <param name="items">The collection the extension is applied on.</param>
            <param name="flattenItems">The collection to be flattened.</param>
            <returns>A flattened collection. </returns>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRoleService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.Roles">
            <inheritdoc/>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.UserRoles">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.CreateRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.SetRole(PoshKentico.Core.Services.Configuration.Roles.IRole,System.Boolean)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.GetRole(System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.GetRole(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.DeleteRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.AddUserToRole(PoshKentico.Core.Services.Configuration.Users.IUser,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.RemoveUserFromRole(PoshKentico.Core.Services.Configuration.Users.IUser,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.GetRolesFromUser(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.AddModulePermissionToRole(PoshKentico.Core.Services.Development.Modules.IResource,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.RemoveModulePermissionFromRole(PoshKentico.Core.Services.Development.Modules.IResource,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.AddUiElementToRole(PoshKentico.Core.Services.Development.Modules.IUIElement,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.RemoveUiElementFromRole(PoshKentico.Core.Services.Development.Modules.IUIElement,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Roles.KenticoRoleService.GetUiElement(System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.ScheduledTasks.IScheduledTaskHelper">
            <summary>
            Used by Dynamic Proxy to add a place to set a <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.ScheduledTasks.IScheduledTaskHelper.ScheduledTask">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.ScheduledTasks.IScheduledTaskIntervalExtensions">
            <summary>
            Extensions for scheduled task interval.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.IScheduledTaskIntervalExtensions.Encode(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <summary>
            Encodes the scheduled task interval into a string.
            </summary>
            <param name="interval">The interval to encode into a string.</param>
            <returns>A <see cref="T:System.String"/> representation of the interval.</returns>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.IScheduledTaskIntervalExtensions.GetFirstRun(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <summary>
            Gets the first run for the interval.
            </summary>
            <param name="interval">The interval to get the first run time for.</param>
            <returns>The <see cref="T:System.DateTime"/> for the first run of the interval.</returns>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.IScheduledTaskIntervalExtensions.ToTaskInterval(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <summary>
            Converts the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to a <see cref="T:CMS.Scheduler.TaskInterval"/>.
            </summary>
            <param name="interval">The interval to convert to <see cref="T:CMS.Scheduler.TaskInterval"/>.</param>
            <returns><see cref="T:CMS.Scheduler.TaskInterval"/> representation of <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/>.</returns>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService"/> for Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.CmsApplicationService">
            <summary>
            Gets or sets the CMS Application services. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.OutputService">
            <summary>
            Gets or sets the output service. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.ScheduledTasks">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.DecodeScheduledTaskInterval(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.EncodeScheduledTaskInterval(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.ExecuteScheduledTask(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.ExecuteScheduledTaskInNewAppDomain(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.GetScheduledTask(System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.GetScheduledTaskInterval(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.NewScheduledTask(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask,PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.Remove(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.ScheduledTasks.KenticoScheduledTaskService.Set(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask,PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.ScheduledTasks.ScheduledTaskHelper">
            <summary>
            Used by Dynamic Proxy to add a place to set a <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.ScheduledTasks.ScheduledTaskHelper.ScheduledTask">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.Settings.KenticoSettingValueService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Configuration.Settings.ISettingValueService"/> that uses Kentico.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Settings.KenticoSettingValueService.GetSettingValue(System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Settings.KenticoSettingValueService.GetWebConfigValue(System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Settings.KenticoSettingValueService.SetSettingValue(System.String,System.String,System.Object)">
            <inheritdoc/>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISiteService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.Sites">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.Create(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.GetSite(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.GetSite(System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.GetSite(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.GetSite(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.Delete(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.Update(PoshKentico.Core.Services.Configuration.Sites.ISite,System.Boolean)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.Start(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.Stop(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.AddSiteCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.RemoveSiteCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.GetSiteCultures(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.AddSiteDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.RemoveSiteDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Sites.KenticoSiteService.GetDomainAliases(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <inheritdoc/>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IStagingService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.Servers">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.Create(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.Delete(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.GetServer(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.GetServer(System.String,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.Update(PoshKentico.Core.Services.Configuration.Staging.IServer,System.Boolean)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.SynchronizeStagingTask(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.DeleteStagingTask(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.SetNoLoggingRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Staging.KenticoStagingService.SetLoggingRole(PoshKentico.Core.Services.Configuration.Roles.IRole,System.String)">
            <inheritdoc/>
        </member>
        <member name="T:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUserService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.Users">
            <inheritdoc/>
        </member>
        <member name="P:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.UserRoles">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.CreateUser(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.SetUser(PoshKentico.Core.Services.Configuration.Users.IUser,System.Boolean)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.GetUser(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.GetUser(System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.GetUsersFromRole(System.String,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.DeleteUser(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.AddUserToSite(PoshKentico.Core.Services.Configuration.Users.IUser,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Providers.Configuration.Users.KenticoUserService.RemoveUserFromSite(PoshKentico.Core.Services.Configuration.Users.IUser,System.String)">
            <inheritdoc/>
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.Control`1">
            <summary>
            Wraps a control.
            </summary>
            <typeparam name="T">The control type to wrap.</typeparam>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Control`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.Control`1"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Control`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.Control`1"/> class.
            </summary>
            <param name="backingControl">The underlying control to wrap.</param>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Control`1.BackingControl">
            <summary>
            Gets the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Control`1.CategoryID">
            <summary>
            Gets or sets the category ID of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Control`1.DisplayName">
            <summary>
            Gets or sets the display name of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Control`1.ID">
            <summary>
            Gets or sets the ID of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Control`1.Name">
            <summary>
            Gets or sets the name of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Control`1.Properties">
            <summary>
            Gets or sets the properties of the underlying control.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.ControlCategory`1">
            <summary>
            Wraps a control category.
            </summary>
            <typeparam name="T">The control category type to wrap.</typeparam>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlCategory`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.ControlCategory`1"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlCategory`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.ControlCategory`1"/> class.
            </summary>
            <param name="backingControlCategory">The underlying control category to wrap.</param>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.BackingControlCategory">
            <summary>
            Gets the category of the control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.DisplayName">
            <summary>
            Gets or sets the display name of the control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.ID">
            <summary>
            Gets or sets the ID of the control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.ImagePath">
            <summary>
            Gets or sets the image path of the control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.Name">
            <summary>
            Gets or sets the name of the control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.ParentID">
            <summary>
            Gets or sets the parent ID of the control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlCategory`1.Path">
            <summary>
            Gets or sets the path of the control.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.ControlHolder`1">
            <summary>
            Used by Dynamic Proxy to add a place to set a <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.
            </summary>
            <typeparam name="T">The type of the control to "hold".</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlHolder`1.Control">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.ControlService`2">
            <summary>
            A generic service for getting controls from the CMS.
            </summary>
            <typeparam name="TControl">The type of control to return from the service.</typeparam>
            <typeparam name="TControlCategory">The type of control category to return from the service.</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlService`2.Controls">
            <summary>
            Gets a list of controls.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.ControlService`2.Categories">
            <summary>
            Gets a list of control categories.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.AddField(PoshKentico.Core.Services.Development.IControlField{`0},PoshKentico.Core.Services.Development.IControl{`0})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.Create(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.Delete(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <summary>
            When implemented by a child class, deletes the specified <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/>.
            </summary>
            <param name="controlCategory">The <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.Delete(PoshKentico.Core.Services.Development.IControl{`0})">
            <summary>
            When implemented by a child class, deletes teh specified <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.
            </summary>
            <param name="control">The <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.GetControlCategories(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.GetControlCategory(System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.GetControl(System.Int32)">
            <summary>
            Gets a <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> for <paramref name="id"/>.
            </summary>
            <param name="id">The ID to get the <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> for.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> which matches <paramref name="id"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.GetControlFields(PoshKentico.Core.Services.Development.IControl{`0})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.GetControls(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.Update(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.SetControlCategoryInfo(`1)">
            <summary>
            Creates or updates a control category.
            </summary>
            <param name="controlCategory">The control category to create or update.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.ControlService`2.SetControlInfo(`0)">
            <summary>
            Creates or update a control.
            </summary>
            <param name="control">The control to create or update.</param>
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.IControlHolder`1">
            <summary>
            Used by Dynamic Proxy to add a place to set a <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.
            </summary>
            <typeparam name="T">The type of the control to "hold".</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.IControlHolder`1.Control">
            <summary>
            Gets or sets a <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> associated with the current object.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.PageTemplates.IPageTemplateHolder">
            <summary>
            Used by Dynamic Proxy to add a place to set a <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.PageTemplates.IPageTemplateHolder.PageTemplate">
            <summary>
            Gets or sets a <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> associated with the current object.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.PageTemplates">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.PageTemplateCategories">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.AddField(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField,PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Create(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Create(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Delete(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Delete(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.GetPageTemplateCategories(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.GetPageTemplateCategory(System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.GetPageTemplateFields(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.GetPageTemplates(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.RemoveField(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Update(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Update(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.PageTemplates.KenticoPageTemplateService.Update(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField)">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.PageTemplates.PageTemplateHolder">
            <summary>
            Used by Dynamic Proxy to add a place to set a <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.PageTemplates.PageTemplateHolder.PageTemplate">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPartService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Controls">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Categories">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Create(PoshKentico.Core.Services.Development.WebParts.IWebPart)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Delete(PoshKentico.Core.Services.Development.IControlCategory{CMS.PortalEngine.WebPartCategoryInfo})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Delete(PoshKentico.Core.Services.Development.IControl{CMS.PortalEngine.WebPartInfo})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.RemoveField(PoshKentico.Core.Services.Development.IControlField{CMS.PortalEngine.WebPartInfo})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Update(PoshKentico.Core.Services.Development.WebParts.IWebPart)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.Update(PoshKentico.Core.Services.Development.IControlField{CMS.PortalEngine.WebPartInfo})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.SetControlCategoryInfo(CMS.PortalEngine.WebPartCategoryInfo)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.KenticoWebPartService.SetControlInfo(CMS.PortalEngine.WebPartInfo)">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.WebParts.WebPart">
            <summary>
            Wrapper around Kentico's <see cref="T:PoshKentico.Core.Providers.Development.WebParts.WebPart"/>.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.WebPart.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.WebParts.WebPart"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.WebPart.#ctor(CMS.PortalEngine.WebPartInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.WebParts.WebPart"/> class.
            </summary>
            <param name="backingControl">The underlying <see cref="T:CMS.PortalEngine.WebPartInfo"/> that will be wrapped.</param>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPart.CategoryID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPart.DisplayName">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPart.ID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPart.Name">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPart.FileName">
            <summary>
            Gets or sets the file name of the underlying web part.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPart.Properties">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory">
            <summary>
            Wrapper around Kentico's <see cref="T:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory"/>.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.#ctor(CMS.PortalEngine.WebPartCategoryInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory"/> class.
            </summary>
            <param name="backingControlCategory">The underlying <see cref="T:CMS.PortalEngine.WebPartCategoryInfo"/> that will be wrapped.</param>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.DisplayName">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.ID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.ImagePath">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.Name">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.ParentID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.WebParts.WebPartCategory.Path">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService">
            <summary>
            A <see cref="T:PoshKentico.Core.Providers.Development.ControlService`2"/> which returns widgets.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService.Controls">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService.Categories">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService.Delete(PoshKentico.Core.Services.Development.IControlCategory{CMS.PortalEngine.WidgetCategoryInfo})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService.Delete(PoshKentico.Core.Services.Development.IControl{CMS.PortalEngine.WidgetInfo})">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService.SetControlCategoryInfo(CMS.PortalEngine.WidgetCategoryInfo)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.KenticoWidgetService.SetControlInfo(CMS.PortalEngine.WidgetInfo)">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.Widgets.Widget">
            <summary>
            Wrapper around Kentico's <see cref="T:CMS.PortalEngine.WidgetInfo"/>.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.Widget.#ctor(CMS.PortalEngine.WidgetInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.Widgets.Widget"/> class.
            </summary>
            <param name="backingControl">The underlying <see cref="T:CMS.PortalEngine.WidgetInfo"/> that will be wrapped.</param>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.Widget.CategoryID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.Widget.DisplayName">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.Widget.ID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.Widget.Name">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.Widget.Properties">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory">
            <summary>
            Wrapper around Kentico's <see cref="T:CMS.PortalEngine.WidgetCategoryInfo"/>.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory"/> class.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.#ctor(CMS.PortalEngine.WidgetCategoryInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory"/> class.
            </summary>
            <param name="backingControlCategory">The underlying <see cref="T:CMS.PortalEngine.WidgetCategoryInfo"/> that will be wrapped.</param>
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.DisplayName">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.ID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.ImagePath">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.Name">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.ParentID">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.Development.Widgets.WidgetCategory.Path">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Providers.General.KenticoCmsApplicationService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.General.ICmsApplicationService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.InitializationState">
            <summary>
            Gets the initialization state of the CMS Application.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.SiteLocation">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.CmsDatabaseService">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.General.ICmsDatabaseService"/>. Set by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.OutputService">
            <summary>
            Gets or Sets the <see cref="T:PoshKentico.Core.Services.General.IOutputService"/>. Set by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.Version">
            <summary>
            Gets the version of the current Kentico application.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.FindSite">
             <summary>
             This method requires administrator access.
             
             Finds a Kentico website by performing the following steps:
             1. Get a list of all the sites from IIS
             2. Get a list of all applications from the sites
             3. Get a list of all the virtual directories from the applications
             4. Continue processing virtual directory if a web.config file exits
             5. Parse the document and find an "add" node with name="CMSConnectionString"
             6. If the connection string is valid, then stop processing. This is a Kentico site.
             </summary>
             <returns>The directory and the connection string for the Kentico site.</returns>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.Initialize(System.Boolean)">
            <summary>
            Initialize Kentico CMS Application using FindKenticoSite or a cached version to locate the site.
            </summary>
            <param name="useCached">Use the cached location for the Kentico Site. When true and have already found Kentico in a previous run, this method does not require admin.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.KenticoCmsApplicationService.Initialize(System.IO.DirectoryInfo,System.String)">
            <summary>
            Initialize Kentico CMS Application using the supplied parameters.
            </summary>
            <param name="siteLocation">The directory where the Kentico site resides.</param>
            <param name="connectionString">The connection string to use for initializing the CMS Application.</param>
        </member>
        <member name="T:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.General.ICmsDatabaseService"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.CmsApplicationService">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.General.ICmsApplicationService"/>. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.OutputService">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.General.IOutputService"/>. Populated by MEF.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.Version">
            <summary>
            Gets the version from the database.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.ConnectionString">
            <summary>
            Gets or sets the connection string for the Kentico database.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.Exists">
            <summary>
            Gets a value indicating whether the database exists.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.ExecuteQuery(System.String,CMS.DataEngine.QueryDataParameters)">
            <summary>
            Executes a query against the Kentico database.
            </summary>
            <param name="queryText">The text of the query to execute.</param>
            <param name="parameters">The parameters to use when executing the query.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.InstallSqlDatabase">
            <summary>
            Installs the Kentico SQL database.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.KenticoCmsDatabaseService.IsDatabaseInstalled">
            <summary>
            Gets a value indicating if the database is installed.
            </summary>
            <returns>A value indicating if the database is installed.</returns>
        </member>
        <member name="T:PoshKentico.Core.Providers.General.KenticoSiteLocationCache">
            <summary>
            Model used for caching the Kentico site location.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoSiteLocationCache.SiteLocation">
            <summary>
            Gets or sets the file path for the Kentico site.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.KenticoSiteLocationCache.ConnectionString">
            <summary>
            Gets or sets the connection string for the Kentico database.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Providers.General.PassThruOutputService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.General.IOutputService"/> using delegates.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.PassThruOutputService.ShouldProcessFunction">
            <summary>
            Sets a reference to the ShouldProcess function.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.PassThruOutputService.WriteErrorAction">
            <summary>
            Sets a reference to the WriteError action.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.PassThruOutputService.WriteDebugAction">
            <summary>
            Sets a reference to the WriteDebug action.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.PassThruOutputService.WriteProgressAction">
            <summary>
            Sets a reference to the WriteProgress action.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.PassThruOutputService.WriteVerboseAction">
            <summary>
            Sets a reference to the WriteVerbose action.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.General.PassThruOutputService.WriteWarningAction">
            <summary>
            Sets a reference to the WriteWarning action.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.PassThruOutputService.ShouldProcess(System.String,System.String)">
            <summary>
            Confirms the operation with the user, sending the name of the resource to be changed and the action to be performed to the user for confirmation before the operation is performed.
            </summary>
            <param name="target">Name of the target resource being acted upon. This will potentially be displayed to the user.</param>
            <param name="action">Name of the action which is being performed. This will potentially be displayed to the user. (default is Cmdlet name).</param>
            <returns>If ShouldProcess returns true, the operation should be performed. If ShouldProcess returns false, the operation should not be performed, and the Cmdlet should move on to the next target resource.</returns>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.PassThruOutputService.WriteDebug(System.String,System.String,System.String,System.Int32)">
            <summary>
            Display debug information.
            </summary>
            <param name="text">The entry to log.</param>
            <param name="memberName">The member name calling this method.</param>
            <param name="sourceFilePath">The source file calling this method.</param>
            <param name="sourceLineNumber">The line number calling this method.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.PassThruOutputService.WriteError(System.Management.Automation.ErrorRecord)">
            <summary>
            Writes the specified error to the error pipe.
            </summary>
            <param name="errorRecord">The error to write to the pipeline.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.PassThruOutputService.WriteProgress(System.Management.Automation.ProgressRecord)">
            <summary>
            Display progress information.
            </summary>
            <param name="progressRecord">progress information.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.PassThruOutputService.WriteVerbose(System.String,System.String,System.String,System.Int32)">
            <summary>
            Writes a verbose log entry.
            </summary>
            <param name="text">The entry to log.</param>
            <param name="memberName">The member name calling this method.</param>
            <param name="sourceFilePath">The source file calling this method.</param>
            <param name="sourceLineNumber">The line number calling this method.</param>
        </member>
        <member name="M:PoshKentico.Core.Providers.General.PassThruOutputService.WriteWarning(System.String,System.String,System.String,System.Int32)">
            <summary>
            Display warning information.
            </summary>
            <param name="text">warning output.</param>
            <param name="memberName">The member name calling this method.</param>
            <param name="sourceFilePath">The source file calling this method.</param>
            <param name="sourceLineNumber">The line number calling this method.</param>
        </member>
        <member name="T:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Resource.IFileSystemResourceService"/> that uses Kentico.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.IsContainer(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.Exists(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.IsAbsolutePath(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetName(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetChildren(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetItems(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetItem(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetContainers(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetContainer(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.CreateContainer(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.CreateItem(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.DeleteContainer(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.DeleteItem(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.JoinPath(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.CopyResourceItem(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.Write(System.String,System.Collections.IList,System.Boolean@)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.Read(System.String,System.Boolean@)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.ClearAttributes(System.String)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoFileSystemResourceService.GetReaderWriter(System.String)">
            <summary>
            Retrieves the <see cref="T:PoshKentico.Core.Services.Resource.IResourceReaderWriter"/>.
            </summary>
            <param name="path">The path to the resource.</param>
            <returns>The service used to read and write to a resource.</returns>
        </member>
        <member name="T:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.Resource.IFileSystemReaderWriterService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter.Path">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter.Close">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter.Dispose">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter.Read">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter.Write(System.Collections.IList)">
            <inheritdoc />
        </member>
        <member name="M:PoshKentico.Core.Providers.Resource.KenticoResourceReaderWriter.Initialize(PoshKentico.Core.Services.Resource.IResourceService,System.String)">
            <summary>
            Initializes the reader/writer.
            </summary>
            <param name="resourceService">The resource service.</param>
            <param name="path">Path to the resource item.</param>
        </member>
        <member name="T:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService">
            <summary>
            Implementation of <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService"/> that uses Kentico.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.MediaLibraries">
            <inheritdoc/>
        </member>
        <member name="P:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.MediaFiles">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.CreateMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.CreateMediaFolder(System.Int32,System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.CreateMediaFile(System.Int32,System.String,System.String,System.String,System.String,System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.GetMediaLibrary(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.GetMediaLibrary(System.Int32,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.GetMediaFile(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.GetMediaFile(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary,System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.UpdateMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary,System.Boolean)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.UpdateMediaFile(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.DeleteMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.DeleteMediaFile(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.DeleteMediaFolder(System.Int32,System.String,System.String)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.SetMediaLibrarySecurityOption(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary,PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum,CMS.Helpers.SecurityAccessEnum)">
            <inheritdoc/>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.GetMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary)">
            <summary>
            Gets the media library info object.
            </summary>
            <param name="library">the interface <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.</param>
            <returns>the media library info object.</returns>
        </member>
        <member name="M:PoshKentico.Core.Configuration.ContentManagement.MediaLibraries.KenticoMediaLibraryService.SetFileBinary(CMS.MediaLibrary.MediaFileInfo)">
            <summary>
            Sets the media library file binary.
            </summary>
            <param name="file">the file to set the binary. </param>
            <returns>the updated media library info object.</returns>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Localization.ICulture">
            <summary>
            Represents a Culture Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Localization.ICulture.CultureID">
            <summary>
            Gets culture ID.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Localization.ICulture.CultureName">
            <summary>
            Gets culture name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Localization.ICulture.CultureCode">
            <summary>
            Gets culture code.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Roles.IRole">
            <summary>
            Represents a Role Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IRole.RoleDisplayName">
            <summary>
            Gets the display name for the role.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IRole.RoleName">
            <summary>
            Gets the role name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IRole.SiteID">
            <summary>
            Gets the site id.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Roles.IRoleService">
            <summary>
            Service for providing access to a CMS Roles.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IRoleService.Roles">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> provided by the CMS System.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IRoleService.UserRoles">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IUserRole"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.CreateRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Creates the role.
            </summary>
            <param name="role">The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to create.</param>
            <returns>The newly created role.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.SetRole(PoshKentico.Core.Services.Configuration.Roles.IRole,System.Boolean)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.
            </summary>
            <param name="role">The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to update to.</param>
            <param name="isReplace">To indicate if replace the complete object or update only the properties.</param>
            <returns>The updated <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.GetRole(System.String,System.String)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> which matches the supplied role name.
            </summary>
            <param name="roleName">The RoleName of the role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to return. </param>
            <param name="siteName">The SiteName of the site for the role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> which matches the RoleName, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.GetRole(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> which matches the supplied role id.
            </summary>
            <param name="id">The ID of the role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.DeleteRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> which matches the supplied role name.
            </summary>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to delete. </param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.AddUserToRole(PoshKentico.Core.Services.Configuration.Users.IUser,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Adds the User <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to a Role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.
            </summary>
            <param name="user">The user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to assign to a role.</param>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to add a user to.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.RemoveUserFromRole(PoshKentico.Core.Services.Configuration.Users.IUser,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Removes the User <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> from a Role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.
            </summary>
            <param name="user">The user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to remove from a role.</param>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to remove a user from.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.GetRolesFromUser(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <summary>
            Gets all roles <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> of a user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/>.
            </summary>
            <param name="user">The user to retrive roles from.</param>
            <returns>A list of roles that belong to the specified user.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.AddModulePermissionToRole(PoshKentico.Core.Services.Development.Modules.IResource,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Assigns a module permission to a role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.
            </summary>
            <param name="module">The module <see cref="T:PoshKentico.Core.Services.Development.Modules.IResource"/> to add to the role.</param>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to add a module to.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.RemoveModulePermissionFromRole(PoshKentico.Core.Services.Development.Modules.IResource,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Removes a module permission from a role.
            </summary>
            <param name="module">The module <see cref="T:PoshKentico.Core.Services.Development.Modules.IResource"/> to remove from a role.</param>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to remove a module from.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.AddUiElementToRole(PoshKentico.Core.Services.Development.Modules.IUIElement,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Assigns a UI element to a role.
            </summary>
            <param name="element">The UI element <see cref="T:PoshKentico.Core.Services.Development.Modules.IUIElement"/> to add to a role.</param>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to add an element to.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.RemoveUiElementFromRole(PoshKentico.Core.Services.Development.Modules.IUIElement,PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Removes a module permission from a role.
            </summary>
            <param name="element">The UI element <see cref="T:PoshKentico.Core.Services.Development.Modules.IUIElement"/> to remove from a role.</param>
            <param name="role">The role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/> to remove an element from.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Roles.IRoleService.GetUiElement(System.String,System.String)">
            <summary>
            Gets a UI element.
            </summary>
            <param name="resourceName">The correspondent resource name for <see cref="T:PoshKentico.Core.Services.Development.Modules.IUIElement"/>.</param>
            <param name="elementName">The element name for <see cref="T:PoshKentico.Core.Services.Development.Modules.IUIElement"/>.</param>
            <returns>The UI Element found from the correspondent resource name and element name.</returns>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Roles.IUserRole">
            <summary>
            Represents a UserRole Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IUserRole.UserID">
            <summary>
            Gets the User ID for the UserRole.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Roles.IUserRole.RoleID">
            <summary>
            Gets the User ID for the UserRole.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask">
            <summary>
            Represents a scheduled task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskAssemblyName">
            <summary>
            Gets the assembly name for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskClass">
            <summary>
            Gets the class for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskData">
            <summary>
            Gets the data for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskDisplayName">
            <summary>
            Gets the display name for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskEnabled">
            <summary>
            Gets or sets a value indicating whether the task is enabled.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskInterval">
            <summary>
            Gets the interval for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskID">
            <summary>
            Gets the ID for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskName">
            <summary>
            Gets the name for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskNextRunTime">
            <summary>
            Gets the next run time for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskServerName">
            <summary>
            Gets or sets the server name for the task.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask.TaskSiteID">
            <summary>
            Gets the site for the task.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval">
            <summary>
            Represents a scheduled task interval.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval.Every">
            <summary>
            Gets an indication of how often the task is set to occur.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval.Days">
            <summary>
            Gets which days the task should execute on.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval.Period">
            <summary>
            Gets the period which the task should be executed on.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval.StartTime">
            <summary>
            Gets the start time for the interval.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService">
            <summary>
            Service for interacting with scheduled tasks.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.ScheduledTasks">
            <summary>
            Gets a list of <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> setup in the CMS system.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.DecodeScheduledTaskInterval(System.String)">
            <summary>
            Takes a string and converts it to a <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/>.
            </summary>
            <param name="encodedScheduledTaskInterval">The encoded string.</param>
            <returns><paramref name="encodedScheduledTaskInterval"/> decoded into a <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.EncodeScheduledTaskInterval(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <summary>
            Takes a <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/> and encodes it to a string.
            </summary>
            <param name="scheduledTaskInterval">The scheduled task interval to encode.</param>
            <returns>A string representation of the <paramref name="scheduledTaskInterval"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.ExecuteScheduledTask(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <summary>
            Executes the specified <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> within the current App Domain.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to execute.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.ExecuteScheduledTaskInNewAppDomain(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <summary>
            Executes the specified <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> within a new App Domain.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to execute.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.GetScheduledTask(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> that matches the current ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> which matches the ID.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.GetScheduledTaskInterval(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/> from the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to get the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/> for.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/> for the specified <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.NewScheduledTask(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask,PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <summary>
            Creates new <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> given the specified <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/>.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to create in the system.</param>
            <param name="scheduledTaskInterval">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/> for the new <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.Remove(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <summary>
            Removes a <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> from the CMS system.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to remove from the system.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskService.Set(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask,PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> in the CMS system.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to set in the system.</param>
            <param name="scheduledTaskInterval">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTaskInterval"/> for the scheduled task.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Settings.ISettingValueService">
            <summary>
            Service for providing values for the given setting key.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Settings.ISettingValueService.GetSettingValue(System.String,System.String)">
            <summary>
            Get the settings value based on the key.
            </summary>
            <param name="siteName">The site name of the setting.</param>
            <param name="settingKey">The key of the setting.</param>
            <returns>The value of the setting.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Settings.ISettingValueService.GetWebConfigValue(System.String,System.String)">
            <summary>
            Get the web.config value based on the key.
            </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="M:PoshKentico.Core.Services.Configuration.Settings.ISettingValueService.SetSettingValue(System.String,System.String,System.Object)">
            <summary>
            Set the settings value based on the 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.Core.Services.Configuration.Sites.ISite">
            <summary>
            Represents a Site Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISite.DisplayName">
            <summary>
            Gets the display name for the site.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISite.SiteName">
            <summary>
            Gets the site name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISite.Status">
            <summary>
            Gets the site status.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISite.DomainName">
            <summary>
            Gets the domain name for the site.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISite.SiteID">
            <summary>
            Gets the id for the site.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Sites.ISiteDomainAlias">
            <summary>
            Represents a Site Domain Alias Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISiteDomainAlias.SiteDomainAliasID">
            <summary>
            Gets the site domain alias id.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISiteDomainAlias.SiteDomainAliasName">
            <summary>
             Gets the site domain alias name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISiteDomainAlias.SiteID">
            <summary>
             Gets the site id.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Sites.ISiteService">
            <summary>
            Service for providing access to a CMS sites.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Sites.ISiteService.Sites">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.Create(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.Delete(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.GetSite(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which matches the supplied ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.GetSite(System.String)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which matches the supplied site name.
            </summary>
            <param name="siteName">The Site Name of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which matches the site name, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.GetSite(PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> from the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.
            </summary>
            <param name="scheduledTask">The <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/> to get the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> for.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which is associated with the <see cref="T:PoshKentico.Core.Services.Configuration.ScheduledTasks.IScheduledTask"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.GetSite(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which matches the supplied user name.
            </summary>
            <param name="user">The user of the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser" />.</param>
            <returns>The list of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> which the user is assigned.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.Update(PoshKentico.Core.Services.Configuration.Sites.ISite,System.Boolean)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to update.</param>
            <param name="isReplace">To indicate if replace the complete object or update only the properties.</param>
            <returns>The updated site.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.Start(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Starts the specified <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to start.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.Stop(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Stops the specified <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/>.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to stop.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.AddSiteCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Assigns the culture to the site.
            </summary>
            <param name="site">the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to assign a culture to. </param>
            <param name="cultureCode">the culture code of <see cref="T:PoshKentico.Core.Services.Configuration.Localization.ICulture"/>.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.RemoveSiteCulture(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Removes the culture from the site.
            </summary>
            <param name="site">the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to remove a culture from. </param>
            <param name="cultureCode">the culture code of <see cref="T:PoshKentico.Core.Services.Configuration.Localization.ICulture"/>. </param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.GetSiteCultures(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Get the cultures of the specified site.
            </summary>
            <param name="site">the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to get a culture from. </param>
            <returns>the list of <see cref="T:PoshKentico.Core.Services.Configuration.Localization.ICulture"/> that the site has.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.AddSiteDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Adds the domain alias to the site.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to assign a alias to.</param>
            <param name="aliasName">The alias name of domain alias.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.RemoveSiteDomainAlias(PoshKentico.Core.Services.Configuration.Sites.ISite,System.String)">
            <summary>
            Deletes the domain alias for the site.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to delete the alias from.</param>
            <param name="aliasName">The alias name of domain alias.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Sites.ISiteService.GetDomainAliases(PoshKentico.Core.Services.Configuration.Sites.ISite)">
            <summary>
            Gets all site domain aliases assigned to the selected site.
            </summary>
            <param name="site">The <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to get the aliases from.</param>
            <returns>The list of <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISiteDomainAlias"/> that the site has.</returns>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Staging.IServer">
            <summary>
            Represents a Server Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerDisplayName">
            <summary>
            Gets the display name for the server.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerName">
            <summary>
            Gets the server name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerURL">
            <summary>
            Gets the server Url.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerEnabled">
            <summary>
            Gets a value indicating whether the server is in enabled status.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerAuthentication">
            <summary>
            Gets server authentication Enum.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerID">
            <summary>
            Gets the server ID for the server.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerSiteID">
            <summary>
            Gets the server site ID for the server.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerUsername">
            <summary>
            Gets the Server user name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IServer.ServerPassword">
            <summary>
            Gets the Server password.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Staging.IStagingService">
            <summary>
            Service for providing access to a CMS staging servers.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Staging.IStagingService.Servers">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.Create(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.GetServer(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which matches the supplied ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.GetServer(System.String,System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which matches the supplied server name.
            </summary>
            <param name="serverName">The Server Name of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to return.</param>
            <param name="serverSiteId">The Server site id of the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> which matches the server name, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.Update(PoshKentico.Core.Services.Configuration.Staging.IServer,System.Boolean)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to update.</param>
            <param name="isReplace">To indicate if replace the complete object or update only the properties.</param>
            <returns>The updated server.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.Delete(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.SynchronizeStagingTask(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Synchronize staging tasks at specified <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to synchronize the tasks.</param>
            <returns>The error message.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.DeleteStagingTask(PoshKentico.Core.Services.Configuration.Staging.IServer)">
            <summary>
            Delete staging tasks at specified <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/>.
            </summary>
            <param name="server">The <see cref="T:PoshKentico.Core.Services.Configuration.Staging.IServer"/> to delete the tasks.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.SetLoggingRole(PoshKentico.Core.Services.Configuration.Roles.IRole,System.String)">
            <summary>
            Set a new role for logging staging tasks under specific task groups.
            </summary>
            <param name="role">The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.</param>
            <param name="taskGroupName">The task group code name.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Staging.IStagingService.SetNoLoggingRole(PoshKentico.Core.Services.Configuration.Roles.IRole)">
            <summary>
            Set a new role for running code without logging of staging tasks.
            </summary>
            <param name="role">The <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Users.IUser">
            <summary>
            Represents a User Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUser.UserID">
            <summary>
            Gets the user id for the user.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUser.FullName">
            <summary>
            Gets the full name for the user.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUser.UserName">
            <summary>
            Gets the user name for the user.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUser.Email">
            <summary>
            Gets the email for the user.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUser.PreferredCultureCode">
            <summary>
            Gets the preferred culture code for the user.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUser.SiteIndependentPrivilegeLevel">
            <summary>
            Gets the site independent privilege level for the user.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Configuration.Users.IUserService">
            <summary>
            Service for providing access to a CMS Users.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUserService.Users">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> provided by the CMS System.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Configuration.Users.IUserService.UserRoles">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IUserRole"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.CreateUser(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/>.
            </summary>
            <param name="user">The <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.SetUser(PoshKentico.Core.Services.Configuration.Users.IUser,System.Boolean)">
            <summary>
            Sets the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/>.
            </summary>
            <param name="user">The <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to update to.</param>
            <param name="isReplace">To indicate if replace the complete object or update only the properties.</param>
            <returns>The updated <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.GetUser(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> which matches the supplied ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.GetUser(System.String)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> which matches the supplied user name.
            </summary>
            <param name="userName">The UserName of the user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to return. </param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> which matches the UserName, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.GetUsersFromRole(System.String,System.Int32)">
            <summary>
            Gets all users <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> from a role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.
            </summary>
            <param name="roleName">The role name of the role.</param>
            <param name="siteID">The SiteID of the role <see cref="T:PoshKentico.Core.Services.Configuration.Roles.IRole"/>.</param>
            <returns>A list of users that belong to the specified role.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.DeleteUser(PoshKentico.Core.Services.Configuration.Users.IUser)">
            <summary>
            Deletes the <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> which matches the supplied user name.
            </summary>
            <param name="user">The user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.AddUserToSite(PoshKentico.Core.Services.Configuration.Users.IUser,System.String)">
            <summary>
            Assigns a user to a site.
            </summary>
            <param name="user">The user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to assign to a site. </param>
            <param name="siteName">The site name of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to assign the user to. </param>
        </member>
        <member name="M:PoshKentico.Core.Services.Configuration.Users.IUserService.RemoveUserFromSite(PoshKentico.Core.Services.Configuration.Users.IUser,System.String)">
            <summary>
            Removes a user from a site.
            </summary>
            <param name="user">The user <see cref="T:PoshKentico.Core.Services.Configuration.Users.IUser"/> to remove from a site. </param>
            <param name="siteName">The site name of the <see cref="T:PoshKentico.Core.Services.Configuration.Sites.ISite"/> to remove the user from. </param>
        </member>
        <member name="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile">
            <summary>
            Represents a Media Library File Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileName">
            <summary>
            Gets the media file name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileTitle">
            <summary>
            Gets the media file title.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FilePath">
            <summary>
            Gets the media file path.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileDescription">
            <summary>
            Gets the media file description.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileExtension">
            <summary>
            Gets the media file extention.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileMimeType">
            <summary>
            Gets the mime type for the media file.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileSize">
            <summary>
            Gets the file size for the media file.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileID">
            <summary>
            Gets the file id for the media file.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileSiteID">
            <summary>
            Gets the site id for the media file.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileLibraryID">
            <summary>
            Gets the media library id for the media file.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile.FileBinary">
            <summary>
            Gets the file binary for the media file.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary">
            <summary>
            Represents a Media Library Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary.LibraryDisplayName">
            <summary>
            Gets the display name for the media library.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary.LibraryName">
            <summary>
            Gets the media library name.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary.LibraryDescription">
            <summary>
            Gets the media library description.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary.LibraryFolder">
            <summary>
            Gets the media library folder.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary.LibrarySiteID">
            <summary>
            Gets the site id for the media library.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary.LibraryID">
            <summary>
            Gets the library id for the media library.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService">
            <summary>
            Service for providing access to a CMS Media Library.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.MediaLibraries">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> provided by the CMS System.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.MediaFiles">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.CreateMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.
            </summary>
            <param name="library">The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.GetMediaLibrary(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> which matches the supplied ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.GetMediaLibrary(System.Int32,System.String)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> which matches the supplied library name.
            </summary>
            <param name="librarySiteID">The site id of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>to return.</param>
            <param name="libraryName">The name of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to return.</param>
            <returns>the media library info object.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.UpdateMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary,System.Boolean)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.
            </summary>
            <param name="library">The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to update.</param>
            <param name="isReplace">to indicate if replace the complete object or update only the properties.</param>
            <returns>The updated library.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.DeleteMediaLibrary(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.
            </summary>
            <param name="library">The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.CreateMediaFolder(System.Int32,System.String,System.String)">
            <summary>
            Creates a media library folder within the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.
            </summary>
            <param name="librarySiteID">The site id of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>to retrive for creating the new folder.</param>
            <param name="libraryName">The name of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to retrive for creating the new folder.</param>
            <param name="folderName">The new folder name to create within the media library.</param>
            <returns>The newly created folder name.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.CreateMediaFile(System.Int32,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a media library file within the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.
            </summary>
            <param name="librarySiteID">The site id of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>to retrive for creating the new file.</param>
            <param name="libraryName">The name of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to retrive for creating the new file.</param>
            <param name = "localFilePath" >The local file path for the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</param>
            <param name="fileName">The file name for the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</param>
            <param name="fileTitle">The file title for the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</param>
            <param name="fileDesc">The file description for the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</param>
            <param name="filePath">The file path for the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.GetMediaFile(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> which matches the supplied ID.
            </summary>
            <param name="mediaFileId">The media file ID of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.GetMediaFile(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary,System.String,System.String)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> which matches the supplied library <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> and file path.
            </summary>
            <param name="library">The specified <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to look for the media file.</param>
            <param name="folder">The folder of the media file.</param>
            <param name="fileName">The file name of the media file.</param>
            <returns>The list of <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> which matches the input, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.UpdateMediaFile(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.
            </summary>
            <param name="file">The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> to update.</param>
            <returns>The updated media file.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.DeleteMediaFile(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/>.
            </summary>
            <param name="file">The <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaFile"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.DeleteMediaFolder(System.Int32,System.String,System.String)">
            <summary>
            Deletes a media library folder within the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>.
            </summary>
            <param name="librarySiteID">The site id of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/>to retrive for creating the new folder.</param>
            <param name="libraryName">The name of the <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to retrive for creating the new folder.</param>
            <param name="folderName">The new folder name to create within the media library.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibraryService.SetMediaLibrarySecurityOption(PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary,PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum,CMS.Helpers.SecurityAccessEnum)">
            <summary>
            Sets the security options for a media library.
            </summary>
            <param name="library">The specified <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.IMediaLibrary"/> to look for setting the security option.</param>
            <param name="option">The security option <see cref="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum"/>.</param>
            <param name="securityAccess">The security acess enum <see cref="T:CMS.Helpers.SecurityAccessEnum"/>.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum">
            <summary>
            Types of the Security Option Properties for a Media Library.
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.Access">
            <summary>
            Represents Access Property
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.FileCreate">
            <summary>
            Represents FileCreate Property
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.FolderCreate">
            <summary>
            Represents FolderCreate Property
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.FileDelete">
            <summary>
            Represents FileDelete Property
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.FolderDelete">
            <summary>
            Represents FolderDelete Property
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.FileModify">
            <summary>
            Represents FileModify Property
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.ContentManagement.MediaLibraries.SecurityPropertyEnum.FolderModify">
            <summary>
            Represents FolderModify Property
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.IControl`1">
            <summary>
            Represents a control wrapper.
            </summary>
            <typeparam name="T">The control type to wrap.</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControl`1.BackingControl">
            <summary>
            Gets the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControl`1.CategoryID">
            <summary>
            Gets or sets the category ID of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControl`1.DisplayName">
            <summary>
            Gets or sets the display name of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControl`1.ID">
            <summary>
            Gets or sets the ID of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControl`1.Name">
            <summary>
            Gets or sets the name of the underlying control.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControl`1.Properties">
            <summary>
            Gets or sets the properties of the underlying control.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.IControlCategory`1">
            <summary>
            Represents a Control Category.
            </summary>
            <typeparam name="T">The type of the underlying control category.</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.BackingControlCategory">
            <summary>
            Gets the backing control category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.DisplayName">
            <summary>
            Gets or sets the display name for the category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.ID">
            <summary>
            Gets or sets the ID for the category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.ImagePath">
            <summary>
            Gets or sets the image path for the category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.Name">
            <summary>
            Gets or sets the name for the category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.ParentID">
            <summary>
            Gets or sets the parent ID for the category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlCategory`1.Path">
            <summary>
            Gets or sets the path for the category.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.IControlField`1">
            <summary>
            Represents a control field.
            </summary>
            <typeparam name="T">The type of the underlying control the field is associated with.</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.AllowEmpty">
            <summary>
            Gets a value indicating whether the current field is allowed to be empty.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.Caption">
            <summary>
            Gets the caption for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.DataType">
            <summary>
            Gets the data type for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.DefaultValue">
            <summary>
            Gets the default value for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.Name">
            <summary>
            Gets the name for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.Size">
            <summary>
            Gets the size for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlField`1.Control">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> associated with the <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/>.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.IControlService`2">
            <summary>
            Represents a service for interacting with controls in the CMS.
            </summary>
            <typeparam name="TControl">The type of the control to return.</typeparam>
            <typeparam name="TControlCategory">The type of the control category to return.</typeparam>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlService`2.Controls">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> provided by the CMS System.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.IControlService`2.Categories">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.AddField(PoshKentico.Core.Services.Development.IControlField{`0},PoshKentico.Core.Services.Development.IControl{`0})">
            <summary>
            Adds a field to a <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.
            </summary>
            <param name="field">The <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/> to add.</param>
            <param name="control">The <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> to attach the field to.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.Create(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/>.
            </summary>
            <param name="controlCategory">The <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.Delete(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/>.
            </summary>
            <param name="controlCategory">The <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.Delete(PoshKentico.Core.Services.Development.IControl{`0})">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.
            </summary>
            <param name="control">The <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.GetControlCategories(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <summary>
            Gets a list of <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> that have <paramref name="parentControlCategory"/> as the parent.
            </summary>
            <param name="parentControlCategory">The parent <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> to the desired web part categories.</param>
            <returns>A list of <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> that have <paramref name="parentControlCategory"/> as the parent.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.GetControlCategory(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> which matches the supplied ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.GetControl(System.Int32)">
            <summary>
            Gets a control based off of the ID.
            </summary>
            <param name="id">The ID of the control to return.</param>
            <returns>The control that matches <paramref name="id"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.GetControlFields(PoshKentico.Core.Services.Development.IControl{`0})">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/> associated with the supplied <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.
            </summary>
            <param name="control">The <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> to get the list of fields for.</param>
            <returns>A list of the <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/> that is associated with the supplied <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.GetControls(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <summary>
            Gets a list of <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> which have <paramref name="controlCategory"/> as their parent category.
            </summary>
            <param name="controlCategory">The <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> which is the category for the desired list of <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/>.</param>
            <returns>A list of <see cref="T:PoshKentico.Core.Services.Development.IControl`1"/> which are related to <paramref name="controlCategory"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.IControlService`2.Update(PoshKentico.Core.Services.Development.IControlCategory{`1})">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/>.
            </summary>
            <param name="controlCategory">The <see cref="T:PoshKentico.Core.Services.Development.IControlCategory`1"/> to update.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.Modules.IResource">
            <summary>
            Represents a ResourceInfo Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.Modules.IResource.ResourceName">
            <summary>
            Gets the resource name for the module.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.Modules.IResource.PermissionNames">
            <summary>
            Gets the permission names.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.Modules.IResource.ClassName">
            <summary>
            Gets the class name.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.Modules.IUIElement">
            <summary>
            Represents a UIElementInfo Object.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.Modules.IUIElement.ElementResourceID">
            <summary>
            Gets the element resource id.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.Modules.IUIElement.ElementName">
            <summary>
            Gets the element name.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate">
            <summary>
            Represents a Page Template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.CategoryID">
            <summary>
            Gets the ID for the page template category this paeg template belongs to.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateSiteID">
            <summary>
            Gets the page template site ID.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateId">
            <summary>
            Gets the ID for the current page template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.DisplayName">
            <summary>
            Gets the display name for the current page template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.FileName">
            <summary>
            Gets the file name for the current page template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.Description">
            <summary>
            Gets the page template description.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.ShowAsMasterTemplate">
            <summary>
            Gets or sets a value indicating whether to show page template as master template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateForAllPages">
            <summary>
            Gets or sets a value indicating whether page template is for all pages.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplates">
            <summary>
            Gets the page template PageTemplates.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.CodeName">
            <summary>
            Gets the code name for the current page template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateProperties">
            <summary>
            Gets or sets the properties for the current page template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateLayout">
            <summary>
            Gets or sets page template layout.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateIconClass">
            <summary>
            Gets page template icon class defining the page template thumbnail.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateCSS">
            <summary>
            Gets page template CSS.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.IsReusable">
            <summary>
            Gets a value indicating whether the page template is reusable.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.WebPartZones">
            <summary>
            Gets web part zones contained within the Page template.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate.PageTemplateLayoutType">
            <summary>
            Gets or sets the page template layout type.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory">
            <summary>
            Represents a Page Template Category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.DisplayName">
            <summary>
            Gets the display name for the PageTemplate category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.CategoryId">
            <summary>
            Gets the ID for the PageTemplate category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.CategoryGUID">
            <summary>
            Gets the GUID for the PageTemplate category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.CategoryImagePath">
            <summary>
            Gets the image path for the PageTemplate category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.CategoryName">
            <summary>
            Gets the name for the PageTemplate category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.ParentId">
            <summary>
            Gets the parent ID for the PageTemplate category.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory.CategoryPath">
            <summary>
            Gets the path for the PageTemplate category.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField">
            <summary>
            Represents a Web Part field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.AllowEmpty">
            <summary>
            Gets a value indicating whether the current field is allowed to be empty.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.Caption">
            <summary>
            Gets the caption for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.DataType">
            <summary>
            Gets the data type for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.DefaultValue">
            <summary>
            Gets the default value for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.Name">
            <summary>
            Gets the name for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.Size">
            <summary>
            Gets the size for the current field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField.PageTemplate">
            <summary>
            Gets or sets the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> associated with the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/>.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService">
            <summary>
            Service for providing access to a CMS pagetemplates.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.PageTemplates">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> provided by the CMS System.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.PageTemplateCategories">
            <summary>
            Gets a list of all of the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> provided by the CMS System.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.AddField(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField,PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <summary>
            Adds a field to a <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
            <param name="field">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/> to add.</param>
            <param name="pageTemplate">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> to attach the field to.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Create(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/>.
            </summary>
            <param name="pageTemplateCategory">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Create(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
            <param name="pageTemplate">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Delete(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/>.
            </summary>
            <param name="pageTemplateCategory">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Delete(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <summary>
            Deletes the specified <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
            <param name="pageTemplate">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> to delete.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.GetPageTemplateCategories(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <summary>
            Gets a list of <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> that have <paramref name="parentPageTemplateCategory"/> as the parent.
            </summary>
            <param name="parentPageTemplateCategory">The parent <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> to the desired page template categories.</param>
            <returns>A list of <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> that have <paramref name="parentPageTemplateCategory"/> as the parent.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.GetPageTemplateCategory(System.Int32)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> which matches the supplied ID.
            </summary>
            <param name="id">The ID of the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> to return.</param>
            <returns>The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> which matches the ID, else null.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.GetPageTemplateFields(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/> associated with the supplied <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
            <param name="pageTemplate">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> to get the list of fields for.</param>
            <returns>A list of the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/> that is associated with the supplied <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.GetPageTemplates(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <summary>
            Gets a list of <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> which have <paramref name="pageTemplateCategory"/> as their parent category.
            </summary>
            <param name="pageTemplateCategory">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> which is the category for the desired list of <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/>.</param>
            <returns>A list of <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> which are related to <paramref name="pageTemplateCategory"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.RemoveField(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField)">
            <summary>
            Removes a <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/> from a <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
            <param name="field">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/> to remove.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Update(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/>.
            </summary>
            <param name="pageTemplateCategory">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateCategory"/> to update.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Update(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/>.
            </summary>
            <param name="pageTemplate">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplate"/> to update.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateService.Update(PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/>.
            </summary>
            <param name="field">The <see cref="T:PoshKentico.Core.Services.Development.PageTemplates.IPageTemplateField"/> to update.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.WebParts.IWebPart">
            <summary>
            Represents a Web Part.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPart.FileName">
            <summary>
            Gets the file name for the current web part.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.WebParts.IWebPartInstance">
            <summary>
            Represents a Web Part Instance.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartInstance.ControlID">
            <summary>
            Gets the control id.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartInstance.WebPartType">
            <summary>
            Gets the webpartype.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartInstance.IsWidget">
            <summary>
            Gets a value indicating whether the webpartinstance is a widget.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartInstance.Properties">
            <summary>
            Gets the webpart instance properties.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.WebParts.IWebPartService">
            <summary>
            Service for providing access to a CMS webparts.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.WebParts.IWebPartService.Create(PoshKentico.Core.Services.Development.WebParts.IWebPart)">
            <summary>
            Creates the <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPart"/>.
            </summary>
            <param name="webPart">The <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPart"/> to create.</param>
            <returns>The newly created <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPart"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.WebParts.IWebPartService.RemoveField(PoshKentico.Core.Services.Development.IControlField{CMS.PortalEngine.WebPartInfo})">
            <summary>
            Removes a <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/> from a <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPart"/>.
            </summary>
            <param name="field">The <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/> to remove.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.WebParts.IWebPartService.Update(PoshKentico.Core.Services.Development.WebParts.IWebPart)">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPart"/>.
            </summary>
            <param name="webPart">The <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPart"/> to update.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Development.WebParts.IWebPartService.Update(PoshKentico.Core.Services.Development.IControlField{CMS.PortalEngine.WebPartInfo})">
            <summary>
            Updates the <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/>.
            </summary>
            <param name="field">The <see cref="T:PoshKentico.Core.Services.Development.IControlField`1"/> to update.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.WebParts.IWebPartZoneInstance">
            <summary>
            Represents a Web Part field.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartZoneInstance.ZoneID">
            <summary>
            Gets the zone id.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartZoneInstance.Properties">
            <summary>
            Gets or sets the properties associated with the <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPartZoneInstance"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Development.WebParts.IWebPartZoneInstance.WebParts">
            <summary>
            Gets or sets the Web parts collection within the <see cref="T:PoshKentico.Core.Services.Development.WebParts.IWebPartZoneInstance"/>.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Development.Widgets.IWidgetService">
            <summary>
            An <see cref="T:PoshKentico.Core.Services.Development.IControlService`2"/> which returns Kentico Widgets.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.General.ICmsApplicationService">
            <summary>
            Service for providing access to a CMS application.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.General.ICmsApplicationService.InitializationState">
            <summary>
            Gets the initialization state of the CMS Application.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.General.ICmsApplicationService.SiteLocation">
            <summary>
            Gets the location of the Kentico site.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.General.ICmsApplicationService.Version">
            <summary>
            Gets the version of the CMS application.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.General.ICmsApplicationService.FindSite">
            <summary>
            Locates the CMS Site.
            </summary>
            <returns>The directory and the connection string for the CMS site.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.General.ICmsApplicationService.Initialize(System.Boolean)">
            <summary>
            Locates and performs the necessary initialization for the CMS site.
            </summary>
            <param name="useCached">Use the cached location for the CMS application. When true and have already found Kentico in a previous run, this method does not require admin.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.General.ICmsApplicationService.Initialize(System.IO.DirectoryInfo,System.String)">
            <summary>
            Performs the necessary initialization for the provided CMS site.
            </summary>
            <param name="siteLocation">The directory where the CMS site resides.</param>
            <param name="connectionString">The connection string to use for initializing the CMS Application.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.General.ICmsDatabaseService">
            <summary>
            Represents the connection to the CMS database.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.General.ICmsDatabaseService.Version">
            <summary>
            Gets the version of the CMS database.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.General.ICmsDatabaseService.ConnectionString">
            <summary>
            Gets or sets the connection string for the CMS database.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.General.ICmsDatabaseService.Exists">
            <summary>
            Gets a value indicating whether the database exists.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.General.ICmsDatabaseService.ExecuteQuery(System.String,CMS.DataEngine.QueryDataParameters)">
            <summary>
            Executes a query against the CMS database.
            </summary>
            <param name="queryText">The text of the query to execute.</param>
            <param name="parameters">The parameters to use when executing the query.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.General.ICmsDatabaseService.InstallSqlDatabase">
            <summary>
            Installs the CMS SQL database.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.General.ICmsDatabaseService.IsDatabaseInstalled">
            <summary>
            Gets a value indicating if the database is installed and up to date.
            </summary>
            <returns>A value indicating if the database is installed and up to date.</returns>
        </member>
        <member name="T:PoshKentico.Core.Services.General.InitializationState">
            <summary>
            Represents the initialization state of a CMS application.
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.General.InitializationState.Uninitialized">
            <summary>
            Initialization has not yet occurred.
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.General.InitializationState.Error">
            <summary>
            An error occurred during initialization.
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.General.InitializationState.Initialized">
            <summary>
            Initialization was successful.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.General.IOutputService">
            <summary>
            Provides means of interacting with the user.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.General.IOutputService.ShouldProcess(System.String,System.String)">
            <summary>
            Confirms the operation with the user, sending the name of the resource to be changed and the action to be performed to the user for confirmation before the operation is performed.
            </summary>
            <param name="target">Name of the target resource being acted upon. This will potentially be displayed to the user.</param>
            <param name="action">Name of the action which is being performed. This will potentially be displayed to the user. (default is Cmdlet name).</param>
            <returns>If ShouldProcess returns true, the operation should be performed. If ShouldProcess returns false, the operation should not be performed, and the Cmdlet should move on to the next target resource.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.General.IOutputService.WriteError(System.Management.Automation.ErrorRecord)">
            <summary>
            Writes the specified error to the error pipe.
            </summary>
            <param name="errorRecord">The error to write to the pipeline.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.General.IOutputService.WriteDebug(System.String,System.String,System.String,System.Int32)">
            <summary>
            Display debug information.
            </summary>
            <param name="text">The entry to log.</param>
            <param name="memberName">The member name calling this method.</param>
            <param name="sourceFilePath">The source file calling this method.</param>
            <param name="sourceLineNumber">The line number calling this method.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.General.IOutputService.WriteProgress(System.Management.Automation.ProgressRecord)">
            <summary>
            Display progress information.
            </summary>
            <param name="progressRecord">progress information.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.General.IOutputService.WriteVerbose(System.String,System.String,System.String,System.Int32)">
            <summary>
            Writes a verbose log entry.
            </summary>
            <param name="text">The entry to log.</param>
            <param name="memberName">The member name calling this method.</param>
            <param name="sourceFilePath">The source file calling this method.</param>
            <param name="sourceLineNumber">The line number calling this method.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.General.IOutputService.WriteWarning(System.String,System.String,System.String,System.Int32)">
            <summary>
            Display warning information.
            </summary>
            <param name="text">warning output.</param>
            <param name="memberName">The member name calling this method.</param>
            <param name="sourceFilePath">The source file calling this method.</param>
            <param name="sourceLineNumber">The line number calling this method.</param>
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.IFileSystemReaderWriterService">
            <summary>
            Service that reads and writes to a file.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.IFileSystemResourceService">
            <summary>
            Service that provides access to a file system.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.IResourceInfo">
            <summary>
            Represents a <see cref="T:PoshKentico.Core.Services.Resource.Resource"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.IsContainer">
            <summary>
            Gets or sets a value indicating whether the resource is a container.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.ContainerPath">
            <summary>
            Gets or sets the full path to the container this resource resides in.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.Name">
            <summary>
            Gets or sets the name of the container.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.Path">
            <summary>
            Gets or sets the full path to this resource.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.CreationTime">
            <summary>
            Gets or sets the date this resource was creatd.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.LastWriteTime">
            <summary>
            Gets or sets the last time this resource was written to.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.ResourceType">
            <summary>
            Gets or sets the <see cref="P:PoshKentico.Core.Services.Resource.IResourceInfo.ResourceType"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceInfo.Children">
            <summary>
            Gets or sets the child resources. Only applicable if the resource is a container.
            </summary>
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.IResourceReaderWriter">
            <summary>
            Service used to read from or write to a resource item.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.IResourceReaderWriter.Path">
            <summary>
            Gets the full path to a resource item.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceReaderWriter.Close">
            <summary>
            Closes the reader/writer.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceReaderWriter.Dispose">
            <summary>
            Disposes the reader/writer.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceReaderWriter.Read">
            <summary>
            Reads content from resource item.
            </summary>
            <returns>Items read from the resource item.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceReaderWriter.Write(System.Collections.IList)">
            <summary>
            Writes content to a resource item.
            </summary>
            <param name="content">Content to be written..</param>
            <returns>Items written to the resource item.</returns>
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.IResourceService">
            <summary>
            Service used to access CMS resources.
            </summary>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.IsContainer(System.String)">
            <summary>
            Determines if this resource is a container.
            </summary>
            <param name="path">The absolute path of the resource.</param>
            <returns>If resource is a container.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.Exists(System.String)">
            <summary>
            Determines if the resource exists.
            </summary>
            <param name="path">The absolute path of the resource.</param>
            <returns>If the resource exists.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.IsAbsolutePath(System.String)">
            <summary>
            Determines if the path is absolute.
            </summary>
            <param name="path">The relative or absolulte path of the resource.</param>
            <returns>If path is absolute.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetName(System.String)">
            <summary>
            Gets the name of the resource.
            </summary>
            <param name="path">The full path of the resource.</param>
            <returns>Resource name.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.JoinPath(System.String,System.String)">
            <summary>
            Joins two paths together.
            </summary>
            <param name="path">The former path of a resource.</param>
            <param name="partialPath">The latter path of a resource.</param>
            <returns>Returns the joint path.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.ClearAttributes(System.String)">
            <summary>
            Clears attributes assigned to a resource. If given resource were a file, it would try to remove attributes like Hidden and ReadOnly..
            </summary>
            <param name="path">The full path of the resource.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.DeleteContainer(System.String,System.Boolean)">
            <summary>
            Deletes the container.
            </summary>
            <param name="path">The full path of the container.</param>
            <param name="recurse">If true, all children are deleted. If false, it will try to delete an empty directory.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.DeleteItem(System.String)">
            <summary>
            Deletes the resource item.
            </summary>
            <param name="path">The full path of the resource item.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetItems(System.String)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/> items.
            </summary>
            <param name="path">The full path of the container.</param>
            <returns>Retrieves a list of <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/> items.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetItem(System.String)">
            <summary>
            Gets a single <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>.
            </summary>
            <param name="path">The full path of the resource item.</param>
            <returns>Returns the resource item <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>. </returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetContainers(System.String,System.Boolean)">
            <summary>
            Gets a list of containers.
            </summary>
            <param name="path">The full path of the container.</param>
            <param name="recurse">If true, retrieves all containers. If false, will only retrieve immediate containers.</param>
            <returns>Returns a list of <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetContainer(System.String,System.Boolean)">
            <summary>
            Gets the <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>.
            </summary>
            <param name="path">The full path of the container.</param>
            <param name="recurse">If true, retrieves all child resources. If false, will only retrieve immediate children.</param>
            <returns>Returns the container <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>. </returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetChildren(System.String,System.Boolean)">
            <summary>
            Returns a list of <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>.
            </summary>
            <param name="path">The full path of the resource.</param>
            <param name="recurse">If true, retrieves all child resources. If false, will only retrieve immediate children.</param>
            <returns>Returns the a list of <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>. </returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.Write(System.String,System.Collections.IList,System.Boolean@)">
            <summary>
            Writes content to a resource item.
            </summary>
            <param name="path">The full path of the resource item.</param>
            <param name="content"><see cref="T:System.Byte"/>Data that will be written to a resource.</param>
            <param name="isWriting">Is currently writting?.</param>
            <returns>What was written of the resource.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.Read(System.String,System.Boolean@)">
            <summary>
            Reads the content from a resource.
            </summary>
            <param name="path">The full path of the resource item.</param>
            <param name="finishedReading">Has it been read?.</param>
            <returns>Returns what was read from the resource.</returns>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.CreateItem(System.String,System.String)">
            <summary>
            Creates the resource item.
            </summary>
            <param name="path">The full path of the resource item.</param>
            <param name="content">The content to be written.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.CreateContainer(System.String)">
            <summary>
            Creates a container.
            </summary>
            <param name="path">The full path of the container.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.CopyResourceItem(System.String,System.String)">
            <summary>
            Copies the resource from one path to another.
            </summary>
            <param name="sourcePath">The source path.</param>
            <param name="destinationPath">The destination path.</param>
        </member>
        <member name="M:PoshKentico.Core.Services.Resource.IResourceService.GetReaderWriter(System.String)">
            <summary>
            Retrieves the <see cref="T:PoshKentico.Core.Services.Resource.IResourceReaderWriter"/>.
            </summary>
            <param name="path">The path to the resource.</param>
            <returns>The service used to read and write to a resource.</returns>
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.Resource">
            <summary>
            The concreate implementation of <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/>.
            </summary>
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.IsContainer">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.ContainerPath">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.Name">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.Path">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.CreationTime">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.LastWriteTime">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.ResourceType">
            <inheritdoc />
        </member>
        <member name="P:PoshKentico.Core.Services.Resource.Resource.Children">
            <inheritdoc />
        </member>
        <member name="T:PoshKentico.Core.Services.Resource.ResourceType">
            <summary>
            Identified <see cref="T:PoshKentico.Core.Services.Resource.IResourceInfo"/> as a Container or Item.
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.Resource.ResourceType.Item">
            <summary>
            Items are considered the smallest unit in your drive. Think of an item like a file in a file system.
            </summary>
        </member>
        <member name="F:PoshKentico.Core.Services.Resource.ResourceType.Container">
            <summary>
            A container can store a collection of items and containers. Think of containers like a folder in a file sytstem.
            </summary>
        </member>
    </members>
</doc>