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
)
Public Function PublishDocument (
Data As Byte(),
Type As String,
ClientFileName As String,
SystemName As String,
Overwrite As Boolean,
ID As String,
Title As String,
Description As String,
Keywords As String,
Category As String,
Comments As String,
Author As String,
UserID As String,
Password As String,
ReqFieldNames As String(),
ReqFieldLabels As String(),
ReqFieldDescs As String(),
ReqFieldTypes As String(),
ReqFieldMands As String(),
ReqFieldValues As String(),
ReqFieldLookups As String(),
ReqFieldFormats As String(),
SecurityCode As String,
ByRef ErrorMessage As String
) As String
public:
virtual String^ PublishDocument(
array<unsigned char>^ 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,
array<String^>^ ReqFieldNames,
array<String^>^ ReqFieldLabels,
array<String^>^ ReqFieldDescs,
array<String^>^ ReqFieldTypes,
array<String^>^ ReqFieldMands,
array<String^>^ ReqFieldValues,
array<String^>^ ReqFieldLookups,
array<String^>^ ReqFieldFormats,
String^ SecurityCode,
String^% ErrorMessage
) sealed
function PublishDocument(Data, Type, ClientFileName, SystemName, Overwrite, ID, Title, Description, Keywords, Category, Comments, Author, UserID, Password, ReqFieldNames, ReqFieldLabels, ReqFieldDescs, ReqFieldTypes, ReqFieldMands, ReqFieldValues, ReqFieldLookups, ReqFieldFormats, SecurityCode, ErrorMessage);