DocumentManagerAddDocumentWithAutoFiling Method

Adds document to library manager using auto filing script. This method is obsolete; AddDocumentInfo() should be used instead.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Adds document to library manager using auto filing script. This method is obsolete; AddDocumentInfo() should be used instead.")]
[XmlIncludeAttribute(typeof(int[]))]
public int AddDocumentWithAutoFiling(
	string scriptToUse,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	Guid uploadToken,
	string originalFileName,
	Guid snapshotId,
	bool sendEmailToMembers,
	string documentNumber,
	string versionNumber
)

Parameters

scriptToUse  String
 
documentSchemaId  Int32
 
documentName  String
 
fieldsWithValues  FieldWithValue
 
uploadToken  Guid
 
originalFileName  String
 
snapshotId  Guid
 
sendEmailToMembers  Boolean
 
documentNumber  String
 
versionNumber  String
 

Return Value

Int32

Remarks

This method is obsolete; AddDocumentInfo() should be used instead.

See Also