Versions Compared

Key

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

...

Property name

Type

Stampvalue

Description

Name

String

{stampvalue-asset:name}

The title of the asset.

Description

String

{stampvalue-asset:description}

The description of the asset.

AssetId

Int

{stampvalue-asset:assetid}

This is a unique id descending from the DAM Center.

AssetTypeId

Int

{stampvalue-asset:assettypeid}

This is a unique id, representing what type the asset is. E.g. The assettype for images is 4 and the assettype for videos is 1. This id can be mapped to an item using this location:system/modules/Digizuite/[silo id]/AssetTypeRoot

AssetTypeName

String

{stampvalue-asset:assettypename}

The name of the asset type.

AssetSiloIdString{stampvalue-asset:assetsiloid}The Sitecore itemId of the silo in which the asset is located.
AssetSiloNameString{stampvalue-asset:assetsiloname}The Sitecore item name of the silo in which the asset is located.

ImportedBy

String

{stampvalue-asset:importedby}

The name of the user who uploaded the asset.

CreatedDateTime

DateTime

{stampvalue-asset:createddatetime}

The upload date.

ChangedDateTimeDateTime{stampvalue-asset:changeddatetime}The change date.
FilesizeLong{stampvalue-asset:filesize}The file size of the original file in bytes.
FilesizeAbbreviatedString{stampvalue-asset:filesizeabbreviated}A more readable version of the file size ex. 606.34 KB
ExtensionString{stampvalue-asset:extension}The extension of the original file.

VideoLength

String

{stampvalue-asset:videolength}

If the asset is of type video, then this is the length of the video.

VideoWidthInt{stampvalue-asset:videowidth}The width of the original file.
VideoHeightInt{stampvalue-asset:videoheight}The height of the original file.
VideoFpsFloat{stampvalue-asset:videofps}The frames per seconds of the original file.
ImageWidthInt{stampvalue-asset:imagewidth}The width of the original file.
ImageHeightInt{stampvalue-asset:imageheight}The height of the original file.
ImageDpiInt{stampvalue-asset:imagedpi}The dpi of the original file.
ThumbSmallString{stampvalue-asset:thumbsmall}Url to a specific image qualityDFS' System small thumbnail. The definition of this format (such as increasing resolution, for example) cannot be changed as it is used by the module.
ThumbString{stampvalue-asset:thumb}Url to a specific image qualityDFS' System thumbnail. The definition of this format (such as increasing resolution, for example) cannot be changed as it is used by the module.
PreviewString{stampvalue-asset:preview}Url to a specific image quality.
WebPreviewString{stampvalue-asset:webpreview}Url to a specific image quality.
RawUrlString{stampvalue-asset:rawurl}Url to the source file. This will download the source file. 

DynamicMetadata

IDictionary<string, string>

{stampvalue-asset:[enter metafieldId]}

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

If you use the stampvalue, it would look like this: {stampvalue-asset:54322}

...