Windows Media Services SDK banner art
PreviousNext

Channel.AutoArchiveSize Property

Returns or sets the Long value of the size, in kilobytes, of the automatic content cache.

Syntax

Station.AutoArchiveSize

Example

Set MyStation = NSChannelMgr.Channels.Find( "My Station" )
If MyStation.AutoArchive Then
    MsgBox ("Archive directory is " & MyStation.AutoArchiveDir _
           " with maximum size " & MyStation.AutoArchiveSize & “.”)
  Else
    MsgBox ("Station will not be archived.")
End If

See Also

Channel Objects, Channel.AutoArchiveDir, Channel.AutoArchive

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.