ResourceLoadingType Enum
ResourceLoadingType Enum
Represents how to loading the linked resource.
type ResourceLoadingType int32
Fields
Field | Description |
---|---|
Default | Loads this resource as usual. |
Skip | Skips loading of this resource. |
UserProvided | Use stream provided by user |