ExternalPortalManagerAddDocumentInfo(Guid, String, DataTable) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public int AddDocumentInfo(
	Guid token,
	string fileName,
	DataTable data
)

Parameters

token  Guid
 
fileName  String
 
data  DataTable
 

Return Value

Int32

See Also