Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.Enterprise.dll
Version: 7.19.2
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