setDocsMetaInfo Method

The setDocsMetaInfo method provides the server with the standard meta-information concerning the designated file. This method is sent whenever you change the properties of a file.

Syntax

method=setDocsMetaInfo:server_extension_version
&service_name=/[&listHiddenDocs=(true|false)]
&listLinkInfo=(true|false)&url_list=list_of_urls
&metaInfoList=(list_of_meta_info)[&errorFlags=(KeepGoing|StopOnFirst)]
[&listFiles=(true|false)][&validateWelcomeNames=(true|false)]

Parameters

service name

listHiddenDocs

listLinkInfo

url_list

metaInfoList

errorFlags

listFiles

validateWelcomeNames

Decoded

POST /site_url/_vti_bin/_vti_aut/author.dll HTTP/1.0
.
.
.
method=set+docs+meta+info:6.0.n.nnnn
&service_name=/
&url_list=[List_Name/File_Name]
&metaInfoList=[[vti_title;SR|Web+Settingt;SW|fp40]]true
&listLinkInfo=true

Return Value

Success

A list of the meta-information for the current file.

Error

Returns an error message in standard format. For more information, see Error Message Format for FrontPage 2002 Server Extensions from Microsoft. May also return a list of failed URLs.

Sample Return Code