ArchivesED.CreateArchive



CreateArchive(pSourceArchive As ArchiveED,bstrLongName As String,bstrShortName As String) As ArchiveED

Parameters

pSourceArchive As ArchiveED
Specifies the source archive, if the new archive should be the following archive of passed source archive.

Pass "Nothing", if it should be a whole new archive.

Pass an "ArchiveED" object of an existing archive, if the new archive should be the following one.
bstrLongName As String
Name of the new archive.
bstrShortName As String
Identification name, also called "term" within zenOn, of the new archive.
ED
avaliable
RT
not used

Remarks

Creates a new archive ("ArchiveED" object) by its term, the name and optionally the source archive, if the new archive should be the following archive of the specified one.

See Also

ArchivesED, ArchiveED