Show / Hide Table of Contents

    Class UsersByRole

    Defines a list of users filtered by role id

    Inheritance
    System.Object
    UsersByRole
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class UsersByRole : IHttpClientProxy

    Properties

    IncludeGroupUsers

    Include users assigned to a role via a group.

    Declaration
    public bool IncludeGroupUsers { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeGroupUsersSpecified

    Declaration
    public bool IncludeGroupUsersSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    RoleId

    Role id attribute of users.

    Declaration
    public string RoleId { get; set; }
    Property Value
    Type Description
    System.String

    User

    Defines a list of users filtered by role id

    Declaration
    public List<User> User { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<User>

    Methods

    SetProxy(HttpClientProxy)

    Sets the HTTP communication proxy which is used in further HTTP communication.

    Declaration
    public void SetProxy(HttpClientProxy proxy)
    Parameters
    Type Name Description
    HttpClientProxy proxy

    The System.Net.Http.HttpClient instance which is used in further HTTP communication.

    Remarks

    The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top