Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property name

Type

Description

Name

String

The title of the asset.

Description

String

The description of the asset.

AssetId

Int

This is a unique id coming from the DAM Center.

AssetTypeId

Int

This is a unique id, representing what kind of type the asset is. Ex. images equals 4 and video equals 1 etc. This id can be mapped to an item in this location:system/modules/Digizuite/[silo id]/AssetTypeRoot

AssetTypeName

String

The name of the asset type.

AssetSiloIdStringThe Sitecore itemId of the silo this asset is part of.
AssetSiloNameStringThe Sitecore item name of the silo this asset is part of.

ImportedBy

String

The name of the user who uploaded the asset.

CreatedDateTime

DateTime

The upload date.

ChangedDateTimeDateTimeThe change date.
FilesizeLongThe file size of the original file in bytes.
FilesizeabreviatedStringA more readable version of the file size ex. 606.34 KB
ExtensionStringThe extension of the original file.

VideoLength

String

Is the asset being of type video, this is the length of the video.

VideoWidthIntThe width of the original file.
VideoHeightIntThe height of the original file.
VideoFpsFloatThe frames per seconds of the original file.
ImageWidthIntThe width of the original file.
ImageHeightIntThe height of the original file.
ImageDpiIntThe dpi of the original file.

DynamicMetadata

IDictionary<string, string>

This dictionary will contain all the dynamic metafield from the DAM Center. The key is the MetafieldId of the metafield. All metafields can be found either in DAM Center or at this location in Sitecore:system/modules/Digizuite/[silo id]/MetaGroupRoot.


Method name

Description


GetMediaUrl()

String

The title of the asset.

GetMediaUrl(string mediaFormatId, int resizeWidth = 0, int resizeHeight = 0, bool keepAspectRatio = true, bool allowUpScale = false))

GetDownloadUrl()

String

The description of the asset.

GetDownloadUrl(string mediaFormatId)

GetDigizuiteStreamingUrl(string mediaFormatId)

Int

This is a unique id coming from the DAM Center.

...