Click or drag to resize

MixedCodeDocumentFragmentType Enumeration

Represents the type of fragment in a mixed code document.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public enum MixedCodeDocumentFragmentType
Members
  Member nameValueDescription
Code0 The fragment contains code.
Text1 The fragment contains text.
See Also