Skip to content

C# Model.Doc Pipeline Property #14

@mernst81

Description

@mernst81

In version 1.1.0 we are unable to set the Pipeline property in the Model.Doc class. Doesn't appear to be an option when creating a new Model.Doc class.

public Doc(string Name = null, DocumentTypeEnum? DocumentType = default(DocumentTypeEnum?), string DocumentContent = null, string DocumentUrl = null, bool? Test = default(bool?), StrictEnum? Strict = default(StrictEnum?), bool? IgnoreResourceErrors = default(bool?), string Tag = null, bool? Help = default(bool?), bool? Javascript = default(bool?), string Referrer = null, string CallbackUrl = null, PrinceOptions PrinceOptions = null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions