Open this page in the API Guide

JobData.ParentJobId Property

Gets or sets the parent job's ID.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "parentJobId")]
public Guid? ParentJobId { get; set; }

Property Value

Type: Nullable<Guid>
Remarks
If IsChildJob is true while the Parent Job ID is null, it means that the caller isn't allowed to access the job.
See Also