MixedCodeDocumentFragmentType Enumeration | 
 
            Represents the type of fragment in a mixed code document.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic enum MixedCodeDocumentFragmentType
Public Enumeration MixedCodeDocumentFragmentType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Code | 0 | 
            The fragment contains code.
             | 
 | Text | 1 | 
            The fragment contains text.
             | 
See Also