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 = ""
)
Public Function PublishDocument (
ByRef DocumentData As Byte(),
PublishTimeOut As Integer,
ID As String,
Type As String,
FileName As String,
System As String,
Title As String,
Description As String,
Keywords As String,
Category As String,
Comments As String,
Author As String,
UserName As String,
Password As String,
ByRef ReqFieldNames As String(),
ByRef ReqFieldLabels As String(),
ByRef ReqFieldDescs As String(),
ByRef ReqFieldTypes As String(),
ByRef ReqFieldMands As String(),
ByRef ReqFieldValues As String(),
ByRef ReqFieldLookups As String(),
ByRef ReqFieldFormats As String(),
Optional ByRef ErrMessage As String = ""
) As Boolean
public:
virtual bool PublishDocument(
array<unsigned char>^% 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,
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^% ErrMessage = L""
) sealed
function PublishDocument(DocumentData, PublishTimeOut, ID, Type, FileName, System, Title, Description, Keywords, Category, Comments, Author, UserName, Password, ReqFieldNames, ReqFieldLabels, ReqFieldDescs, ReqFieldTypes, ReqFieldMands, ReqFieldValues, ReqFieldLookups, ReqFieldFormats, ErrMessage);