ResourceHandling enumeration

ResourceHandling enumeration

This enum represents resource handling options.

The ResourceHandling type exposes the following members:

Fields

FieldDescription
SAVEResource will be saved as file.
EMBEDResource will be emdedded in to owner.
DISCARDResource will be discarded.
IGNOREResource will not be saved.

See Also