Share

Document.GetPrivateStream Method

Parent Object: Document

Description

Obtains a private stream within this document with the given name. Can create one, if one does not exist.

Syntax

Document.GetPrivateStream( StreamName As String, CreateIfNecessary As Boolean ) As Unknown

Parameters

Name Type Description
StreamName String Input String value that specifies the name of the stream to get (31 chars max).
CreateIfNecessary Boolean Input Boolean that specifies whether to create a private stream if one does not already exist.

Version

Introduced in version 4

Was this information helpful?