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

Namespace: DataPAClientConfig.EnterpriseService
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public string PublishDocument(
	byte[] Data,
	string Type,
	string ClientFileName,
	string SystemName,
	bool Overwrite,
	string ID,
	string Title,
	string Description,
	string Keywords,
	string Category,
	string Comments,
	string Author,
	string UserID,
	string Password,
	string[] ReqFieldNames,
	string[] ReqFieldLabels,
	string[] ReqFieldDescs,
	string[] ReqFieldTypes,
	string[] ReqFieldMands,
	string[] ReqFieldValues,
	string[] ReqFieldLookups,
	string[] ReqFieldFormats,
	string SecurityCode,
	ref string ErrorMessage
)

Parameters

Data
Type: SystemByte
Type
Type: SystemString
ClientFileName
Type: SystemString
SystemName
Type: SystemString
Overwrite
Type: SystemBoolean
ID
Type: SystemString
Title
Type: SystemString
Description
Type: SystemString
Keywords
Type: SystemString
Category
Type: SystemString
Comments
Type: SystemString
Author
Type: SystemString
UserID
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
SecurityCode
Type: SystemString
ErrorMessage
Type: SystemString

Return Value

Type: String

Implements

IEnterpriseServicePublishDocument(Byte, String, String, String, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)
See Also