Multimedia.getVersionList (Method)

Returns one or more structures, each containing information about an multimedia object's versions; for example, the multimedia file's description, file name, version time stamp, and so on.

Returns:

MultimediaFile_GetVersionList_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
ChannelID MultimediaChannelID ID of multimedia channel.
ChannelName PlainText_255 Name of the multimedia channel.
Description PlainText_2000 The version's description.
Extension Extension_EmptyString The multimedia object's extension when present or empty string.
FileName Filename_EmptyString The multimedia object's file name when present or empty string.
FormattedLength String_255 The item's length formatted in hh:mm:ss format.
FormattedSize String_255 The items's size formatted in megabytes, as decimalformat.
IconPath ServerRelativeURL_EmptyString The server-relative URL to an icon representing the type of page or document.
IconText PlainText Text describing the page or document's type.
IsExternal Boolean Boolean flag that tells if this object is associated with an external multimedia service.
Length NonNegativeInteger Playing length of the item.
OrgHeight NonNegativeInteger The item's original height in pixels.
OrgWidth NonNegativeInteger The item's original width in pixels.
ServiceIconPath ServerRelativeURL_EmptyString The full path to the icon representing the service type of this item.
ServiceIconText PlainText The flyover text for the icon representing the service type of this item.
ServiceID MultimediaServiceID ID of multimedia service.
ServiceName PlainText_255 Name of the multimedia service.
Size NonNegativeInteger Size of the file.
SubsiteID SubsiteID The multimedia object's subsite ID.
SubsiteURL ServerRelativeURL_EmptyString The server-relative URL of the multimedia object's subsite.
ThumbnailImage Filename_EmptyString Thumbnail image for this item.
ThumbnailImageURL ServerRelativeURL_EmptyString The URL to the thumbnail image for this item.
Title PlainText_NonNull_255 Title of the item.
UploadedBy Person_FirstNameMiddleNameLastName The name of the person who uploaded the multimedia object.
UploadedByID UserID The ID of the user who uploaded the document.
VersionTimestamp PastTimestamp Time stamp of the version saved.

Arguments:

Name Type Required Description
multimediaID MultimediaID Required ID of the multimedia object.

Context:

License Requirements (none)
Permission Requirements ContributorOrServerCode
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None