SaaS CMS has officially launched! Learn more now.

Class MirroringDefaultValidationData

Inheritance
System.Object
MirroringDefaultValidationData
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.MirroringTransferProtocol.Common
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class MirroringDefaultValidationData

Constructors

MirroringDefaultValidationData()

Declaration
public MirroringDefaultValidationData()

Properties

PageTypeInfo

Declaration
public Dictionary<string, PageTypeData> PageTypeInfo { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, PageTypeData>

Extension Methods