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

Fields

Associations

Declaration
public const string Associations = "api/associations"
Field Value
Type Description
System.String

Groups

Declaration
public const string Groups = "api/groups"
Field Value
Type Description
System.String

Members

Declaration
public const string Members = "api/members"
Field Value
Type Description
System.String

Roles

Declaration
public const string Roles = "api/roles"
Field Value
Type Description
System.String
arrow_upward