Class GetRoleRequestRouteFormat

Inheritance
System.Object
GetRoleRequestRouteFormat
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 class GetRoleRequestRouteFormat : CriteriaRouteFormatter

Constructors

GetRoleRequestRouteFormat()

Declaration
public GetRoleRequestRouteFormat()

Methods

Build()

Declaration
public override string Build()
Returns
Type Description
System.String
Overrides

ForRole(String)

Declaration
public GetRoleRequestRouteFormat ForRole(string roleId)
Parameters
Type Name Description
System.String roleId
Returns
Type Description
GetRoleRequestRouteFormat

WithName(String)

Declaration
public GetRoleRequestRouteFormat WithName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
GetRoleRequestRouteFormat

WithRoleIds(List<String>)

Declaration
public GetRoleRequestRouteFormat WithRoleIds(List<string> roleIds)
Parameters
Type Name Description
System.Collections.Generic.List<System.String> roleIds
Returns
Type Description
GetRoleRequestRouteFormat
arrow_upward