Class FormPublication
Publication properties determine the rules for availability and/or display of an online assessment form.
public class FormPublication
- Inheritance
-
FormPublication
- Inherited Members
- Extension Methods
Constructors
FormPublication()
public FormPublication()
Properties
AllowDownloadAssessmentsQA
public bool AllowDownloadAssessmentsQA { get; set; }
Property Value
AllowFeedback
public bool AllowFeedback { get; set; }
Property Value
AllowRationaleForCorrectAnswers
public bool AllowRationaleForCorrectAnswers { get; set; }
Property Value
AllowRationaleForIncorrectAnswers
public bool AllowRationaleForIncorrectAnswers { get; set; }
Property Value
FirstPublished
public DateTimeOffset? FirstPublished { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
IsProgram
public bool IsProgram { get; set; }
Property Value
IsPublished
public bool IsPublished { get; set; }
Property Value
NavigateUrl
public string NavigateUrl { get; set; }
Property Value
Status
public PublicationStatus Status { get; set; }
Property Value
Methods
Clone()
public FormPublication Clone()