| IVideoCatalogServiceSetVideoProperty Method |
Set a video entry property.
valid properties are:
FilePath, Title, Link, Description, Rating
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax void SetVideoProperty(
long video_file_id,
string property_name,
string value
)
Parameters
- video_file_id Int64
- Video file id
- property_name String
- What property to set
- value String
- Value of the property
See Also