This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface IPersistStreamInit
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IPersistStreamInit

The type exposes the following members.

Public Methods

  Name Description
Public method GetClassID
Public method GetSizeMax
Gets the max size.
Public method InitNew
Initializes a new stream.
Public method IsDirty
Determines whether this instance is dirty.
Public method Load
Loads the specified stream.
Public method Save
Saves the specified stream.

See Also

Advanced