The Publish.Source class is a concept class for source-string-related enums. More...

Inheritance diagram for HPS.Publish.Source:

Public Types

enum  Type { Type.Code = 0, Type.File = 1 }
 Enumerates the types of source strings which can be passed to Publish. More...
 

Public Member Functions

virtual void Dispose ()
 
 Source (HPS.Publish.Source in_that)
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The Publish.Source class is a concept class for source-string-related enums.

Member Enumeration Documentation

Enumerates the types of source strings which can be passed to Publish.

Enumerator
Code 

String contains source code, e.g., actual JavaScript or HTML code.

File 

String contains a file name.


The documentation for this class was generated from the following file:
  • internals/hps_sprk_publish/source/cs/HPS.Publish.cs