Click or drag to resize
ApplicationPublishDocument Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool PublishDocument(
	ref byte[] DocumentData,
	int PublishTimeout,
	string ID,
	string Type,
	string FileName,
	string System,
	string Title,
	string Description,
	string Keywords,
	string Category,
	string Comments,
	string Author,
	string UserName,
	string Password,
	ref string[] ReqFieldNames,
	ref string[] ReqFieldLabels,
	ref string[] ReqFieldDescs,
	ref string[] ReqFieldTypes,
	ref string[] ReqFieldMands,
	ref string[] ReqFieldValues,
	ref string[] ReqFieldLookups,
	ref string[] ReqFieldFormats,
	ref string ErrMessage = ""
)

Parameters

DocumentData
Type: SystemByte
PublishTimeout
Type: SystemInt32
ID
Type: SystemString
Type
Type: SystemString
FileName
Type: SystemString
System
Type: SystemString
Title
Type: SystemString
Description
Type: SystemString
Keywords
Type: SystemString
Category
Type: SystemString
Comments
Type: SystemString
Author
Type: SystemString
UserName
Type: SystemString
Password
Type: SystemString
ReqFieldNames
Type: SystemString
ReqFieldLabels
Type: SystemString
ReqFieldDescs
Type: SystemString
ReqFieldTypes
Type: SystemString
ReqFieldMands
Type: SystemString
ReqFieldValues
Type: SystemString
ReqFieldLookups
Type: SystemString
ReqFieldFormats
Type: SystemString
ErrMessage (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also