Struct DownloadProjectTemplateToClientResponse
Represents a response from the DownloadProjectTemplateToClient function.
Inherited Members
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 |