Click or drag to resize

IVideoCatalogServiceCreateArchiveMedia Method

Create a new archive media and return the handle to it

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
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

Int32
archive id or negative if the creation fails.
See Also