ServerDocument Constructor (2003 System)

Include Protected Members
Include Inherited Members

Initializes a new instance of the ServerDocument class.

Overload List

  Name Description
ms185724.pubmethod(en-us,VS.89).gif ServerDocument(String) Initializes a new instance of the ServerDocument class using the path of the document to be loaded.
ms185724.pubmethod(en-us,VS.89).gif ServerDocument(array<Byte[], String) Initializes a new instance of the ServerDocument class using a byte array that represents the document to be loaded and the file extension of the document.
ms185724.pubmethod(en-us,VS.89).gif ServerDocument(Stream, String) Initializes a new instance of the ServerDocument class using a stream that represents the document to be loaded and the file extension of the document.
ms185724.pubmethod(en-us,VS.89).gif ServerDocument(String, Boolean) Initializes a new instance of the ServerDocument class using the path of the document to be loaded, and a value that indicates whether to create a Runtime Storage Control if the document does not have a Visual Studio Tools for Office customization.
ms185724.pubmethod(en-us,VS.89).gif ServerDocument(String, FileAccess) Initializes a new instance of the ServerDocument class using the path of the document to be loaded and a value that indicates the file access for the document.
ms185724.pubmethod(en-us,VS.89).gif ServerDocument(String, Boolean, FileAccess) Initializes a new instance of the ServerDocument class using the path of the document to be loaded, a value that indicates whether to create a Runtime Storage Control if the document does not have a Visual Studio Tools for Office customization, and a value that indicates the file access for the document.

Top

See Also

Reference

ServerDocument Class

ServerDocument Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace