ServerDocument Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ServerDocument class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ServerDocument(String) Initializes a new instance of the ServerDocument class using the full path of the document to be loaded.
Public method 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 name extension of the document.
Public method ServerDocument(Stream, String) Initializes a new instance of the ServerDocument class using a stream that represents the document to be loaded and the file name extension of the document.
Public method ServerDocument(String, FileAccess) Initializes a new instance of the ServerDocument class using the full path of the document to be loaded and a value that indicates the file access for the document.

Top

See Also

Reference

ServerDocument Class

Microsoft.VisualStudio.Tools.Applications Namespace