List & Label .NET
combit.ReportServer.ClientApi.Objects Namespace / ReportTaskWebhookAction Class

In This Topic
    ReportTaskWebhookAction Class Properties
    In This Topic

    For a list of all members of this type, see ReportTaskWebhookAction members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the custom fields that should be appended to the webhook payload (JSON-Format).  
    Public PropertyGets or sets whether even a single file should be packed into a zip archive.  
    Public PropertyGets or sets custom HTTP-Header for the request.  
    Public PropertyGets the ID of this task action. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public PropertyIf true, this action is skipped when no records were printed in the report. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public PropertyReturns true if this task action is new and has not been created on the server yet. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public PropertyGets or sets the name of this task action (max. length: 100 characters). (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public PropertyGets or sets the URL that should be called with an HTTP-POST request.  
    Public PropertyGets or sets the optional secret that can be used to verify the inregrity and the authenticity of the request using HMAC-SHA256. System.String.Empty if the signature should not be generated.  
    Public PropertyGets or sets the timeout for the request in seconds.  
    Public PropertyGets or sets whether the SSL-Certificates should be validated .  
    Top
    See Also