SI.PIXL.Client
Search Results for

    Show / Hide Table of Contents

    Struct DownloadProjectTemplateToClientResponse

    Represents a response from the DownloadProjectTemplateToClient function.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: SI.PIXL.Client.Structs.CommandResponse
    Assembly: SI.PIXL.Client.dll
    Syntax
    public struct DownloadProjectTemplateToClientResponse

    Constructors

    DownloadProjectTemplateToClientResponse(ApiCommandResponse, string)

    Creates a new instance of a DownloadProjectTemplateToClientResponse struct.

    Declaration
    public DownloadProjectTemplateToClientResponse(ApiCommandResponse result, string templateXml)
    Parameters
    Type Name Description
    ApiCommandResponse result

    The result.

    string templateXml

    The template as an Xml string.

    Properties

    Result

    Get the result.

    Declaration
    public ApiCommandResponse Result { get; }
    Property Value
    Type Description
    ApiCommandResponse

    TemplateXml

    Get the template as an Xml string.

    Declaration
    public string TemplateXml { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Singer Instrument Company Limited 2024