Skip to content

Instantly share code, notes, and snippets.

@sreekrishnan1993
sreekrishnan1993 / GetDatasourceItemByQuery.cs
Last active June 29, 2019 10:29
GetDatasourceItemByQuery
public class GetDataSourceItemByQuery
{
public void Process(ParseDataSourceArgs args)
{
if (args.DataSource.StartsWith("query:"))
{
return;
}
List<SearchStringModel> list = SearchStringModel.ParseDatasourceString(args.DataSource).ToList<SearchStringModel>();
if (list.Count == 0)
@sreekrishnan1993
sreekrishnan1993 / ClearMediaCache.aspx
Last active June 24, 2019 00:38
Media Cache Azure WebApps
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClearMediaCache.aspx.cs" Inherits="SitecoreProject.sitecore.admin.MediaCache" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">