This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Corlate.Feature.Metadata | |
{ | |
using Sitecore.Data; | |
public struct References | |
{ | |
public struct Templates | |
{ | |
public struct Metadata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Corlate.Feature.Metadata.Models | |
{ | |
using Sitecore.Data.Items; | |
public class Metadata : CustomItem | |
{ | |
public Metadata(Item innerItem) : base(innerItem) | |
{ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@using Sitecore.Mvc | |
@using Sitecore.Mvc.Presentation | |
@using Sitecore.Mvc.Analytics.Extensions | |
@model RenderingModel | |
@{ | |
Layout = null; | |
} | |
<!DOCTYPE html> | |
<html lang="@Sitecore.Context.Language.Name.ToLower()"> | |
<head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Sitecore.Data; | |
namespace Corlate.Foundation.Theming | |
{ | |
public struct References | |
{ | |
public struct Dictionary | |
{ | |
public struct AssetType | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Corlate.Foundation.Common.Utilities | |
{ | |
using Sitecore; | |
using Sitecore.Data; | |
using Sitecore.Data.Fields; | |
using Sitecore.Data.Items; | |
using Sitecore.Links; | |
using Sitecore.Resources.Media; | |
using Sitecore.SecurityModel; | |
using System.Collections.Generic; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Corlate.Foundation.Common.Utilities; | |
using Sitecore.Data.Items; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Web; | |
namespace Corlate.Foundation.Theming.Models | |
{ | |
public class Theming : CustomItem | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@using Sitecore.Mvc | |
@using Sitecore.Mvc.Presentation | |
@using Corlate.Feature.Metadata.Models | |
@using Corlate.Foundation.Theming.Models | |
@using Sitecore.Mvc.Analytics.Extensions | |
@model RenderingModel | |
@{ | |
Layout = null; | |
Metadata metadata = new Metadata(Model.PageItem); | |
Theming theming = new Theming(Model.PageItem); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<publishUrl>D:\inetpub\wwwroot\Corlate\Website</publishUrl> | |
<ExcludeFilesFromDeployment>bin\Sitecore.*.dll;bin\Coveo.*.dll;bin\Newtonsoft.*.dll</ExcludeFilesFromDeployment> | |
<WebPublishMethod>FileSystem</WebPublishMethod> | |
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration> | |
<LastUsedPlatform>Any CPU</LastUsedPlatform> | |
<LaunchSiteAfterPublish>False</LaunchSiteAfterPublish> | |
<ExcludeApp_Data>False</ExcludeApp_Data> | |
<DeleteExistingFiles>False</DeleteExistingFiles> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<Import Project="..\..\..\..\..\..\..\publishsettings.targets" /> | |
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Sitecore.Data; | |
namespace Corlate.Feature.Identity | |
{ | |
public struct References | |
{ | |
public struct Templates | |
{ | |
public struct FeaturedIdentity |
OlderNewer