| IVideoCatalogServiceSetVideoFileExtendedProperty 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 SetVideoFileExtendedProperty(
long video_file_id,
string property,
string value
)
Parameters
- video_file_id Int64
- Video id
- property String
- Property name. For a user "video 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