Property IsHidden
IsHidden
Gets or sets a value indicating whether this section definition is hidden.
[Obsolete("Use IsSoftDeleted on the SectionDefinitionLink of a JobDomain")]
public bool IsHidden { get; set; }
Property Value
- bool
true
if this section definition is hidden; otherwise,false
.
Remarks
If true
, the sections that use this section definition will not be displayed when a Job is viewed.