Class RouteFormat

Inheritance
System.Object
RouteFormat
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.Social.Comments.Rest
Assembly: EPiServer.Social.Comments.Rest.dll
Version: 1.5.4
Syntax
public static class RouteFormat

Fields

Ancestor

Declaration
public const string Ancestor = "Ancestor"
Field Value
Type Description
System.String

Author

Declaration
public const string Author = "Author"
Field Value
Type Description
System.String

Comments

Declaration
public const string Comments = "api/comments"
Field Value
Type Description
System.String

Parent

Declaration
public const string Parent = "Parent"
Field Value
Type Description
System.String

Visibility

Declaration
public const string Visibility = "Visibility"
Field Value
Type Description
System.String
arrow_upward