Show / Hide Table of Contents

    Class ReassignHistoryStep

    A history step for Reassign operation.

    Inheritance
    System.Object
    ReassignHistoryStep
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class ReassignHistoryStep

    Properties

    RecipientsName

    List of names of the new assigned users.

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

    SendMail

    Determines whether emails are sent to the new assigned users.

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

    Subject

    Subject of the email

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

    UserName

    Name of the user who reassigned the task.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top