I am working on hooking up the Hive Provider with our CDN. Basically the objective is when we upload media using the media picker in Umbraco, the file is uploaded directly to the CDN.
I receive errors in my custom hive provider that the 'SchemaTreeRelationType' and 'FileRelationType' relation types (attributes of FixedRelationTypes) are not present. Currently, the FixedRelationTypes class has the following attributes:
ApplicationRelationType
DefaultRelationType
HostnameRelationType
PermissionRelationType
RecycledRelationType
ThumbnailRelationType
UserGroupRelationType
Can you please tell me which of the above relation types have replaced SchemaTreeRelationType and FileRelationType?
The entity of the custom provider is of type Umbraco.Framework.Persistence.Model.IO.File.
FixedRelationTypes
Hello,
I am working on hooking up the Hive Provider with our CDN. Basically the objective is when we upload media using the media picker in Umbraco, the file is uploaded directly to the CDN.
I receive errors in my custom hive provider that the 'SchemaTreeRelationType' and 'FileRelationType' relation types (attributes of FixedRelationTypes) are not present. Currently, the FixedRelationTypes class has the following attributes:
ApplicationRelationType
DefaultRelationType
HostnameRelationType
PermissionRelationType
RecycledRelationType
ThumbnailRelationType
UserGroupRelationType
Can you please tell me which of the above relation types have replaced SchemaTreeRelationType and FileRelationType?
The entity of the custom provider is of type Umbraco.Framework.Persistence.Model.IO.File.
Thanks,
Shwetha
is working on a reply...