Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
General Reference
Reference
Protocols
 dialogview Method
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
dialogview Method

Opens a view of the document libraries within a site, of a specific document library, or of a folder within a document library that is used in a dialog box for opening or saving files; or opens the property form that is used when saving a file.

http://Server_Name/[sites/][Site/]_vti_bin/owssvr.dll?
  dialogview=[FileOpen|FileSave|SaveForm]
  &location=Document_Library[/Folder][/File]
  &FileDialogFilterValue=Text

Parameters

Parameter Description

dialogview

FileOpen — The Open dialog box. The location parameter must specify the folder location.

FileSave — The Save dialog box. The location parameter must specify the folder location.

SaveForm — The Property form. To view the property form used when saving a file, the location parameter must specify the file in the document library. This view is rendered only if custom properties are added to the library, which by default are not included for document libraries in Windows SharePoint Services.

location

Specifies the site-relative URL of a document library or of a folder or file within a document library. If SaveForm is specified for dialogview, the URL for the location parameter must point to the file being saved. If the location parameter is passed without specifying a value, this method displays a view of all the document libraries in the site.

FileDialogFilterValue

Specifies the file name extension by which to filter the view in the file dialog box. For example, *.doc, *.txt, or *.htm.

http://Server_Name/[sites/][Site/]_vti_bin/owssvr.dll?dialogview=
   FileOpen&location=myDocLib&FileDialogFilterValue=*.doc

The dialogview method is used in URL protocol.

Success

Displays the view of a document library or folder that is used in a file dialog box, in all document libraries in the site, or in the form used to specify document properties when saving a file.

Error

Returns an XML-encoded Unicode (UTF-8) text string. For more information, see Error Message Format for Windows SharePoint Services.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker