Specifies for which content a given format should be rendered
Inheritance
OutputFormatRenderPreviewRequest
Namespace: System.Dynamic.ExpandoObject
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class OutputFormatRenderPreviewRequest
Properties
The content for which the format should be rendered
Declaration
[JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentId { get; set; }
Property Value
Methods