| IVideoCatalogServiceCreateArchiveMedia Method |
Create a new archive media and return the handle to it
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax int CreateArchiveMedia(
string title,
string description,
string device_identifier,
string device_root
)
Parameters
- title String
- Title of the new archive media
- description String
- description of the new archive media
- device_identifier String
- device_identifier of the new archive media
- device_root String
- device_root of the new archive media
Return Value
Int32archive id or negative if the creation fails.
See Also