Enum ResourceExportType

ResourceExportType enumeration

Enumerates ways a resource can be exported

public enum ResourceExportType

Values

NameValueDescription
NoExport0The resource is skipped
ExportAsStream1The resource is exported to a stream.
ExportEmbedded2The resource exported as base64-encoded value into HTML page

See Also