Add a revision to the IQDocument object identified by the specified GUID.
Namespace:
Informa.ImageQuest.API.Library
Assembly:
Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntaxvoid AddRevision(
string token,
Guid documentId,
string filename,
byte[] documentData
)
Sub AddRevision (
token As String,
documentId As Guid,
filename As String,
documentData As Byte()
)
Parameters
- token
- Type: SystemString
User Authentication Token from a previous Login(String, String, String) or SystemLogin(String) call - documentId
- Type: SystemGuid
Document Identifier for the existing ImageQuest document to be revised. - filename
- Type: SystemString
Name of the backing file to store into ImageQuest as a revision to this document. - documentData
- Type: SystemByte
Contents of the backing file to store into ImageQuest as a revision.
See Also