SaaS CMS has officially launched! Learn more now.

Class MirroringUtil

Inheritance
System.Object
MirroringUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.MirroringService.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
public static class MirroringUtil

Properties

MirroringTempPath

Declaration
public static DirectoryInfo MirroringTempPath { get; }
Property Value
Type Description
System.IO.DirectoryInfo

Methods

FindParamValueIgnoreCase(String, String, Char, Char)

Declaration
public static string FindParamValueIgnoreCase(string paramKey, string parameters, char seperatorBetweenParams, char seperatorKeyValue)
Parameters
Type Name Description
System.String paramKey
System.String parameters
System.Char seperatorBetweenParams
System.Char seperatorKeyValue
Returns
Type Description
System.String