The following tables list the members exposed by ContentRegistry.
Public Constructors
| Name | Description | |
|---|---|---|
![]() |
ContentRegistry | Initializes a new instance of the ContentRegistry. |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
getRegistryData(contentType) | Retrieves the registry data associated with the Content-Type. |
![]() |
register(options) | Attempts to load a file from a Blob or File object. |
![]() |
unregister(contentType) | Removes a registry entry. |
![]() |
unregisterDefault() | Removes the default registry entry. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
manager | The ContentManager instance that this registry belongs to. |
See Also