| IVideoCatalogServiceSetThumbnailExtendedProperty Method |
Set the value of a user defined property.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax void SetThumbnailExtendedProperty(
long thumbnail_id,
string property,
string value
)
Parameters
- thumbnail_id Int64
- Thumbnail id
- property String
- Property name. For a user "thumbnail property" this would be the name the user sat to the property passed into "aspect" of SetPropertyMeta
- value String
- Value of the extended property
See Also