SobekCM_Database.Tivoli_Request_File Method
Requests a package or file from the archives/tivoli
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Tivoli_Request_File(
string BibID,
string Vid,
string Files,
string UserName,
string EmailAddress,
string RequestNote
) |
Parameters
- BibID
- Type: System..::..String
Bibliographic identifier (BibID) for the item to retrieve files for
- Vid
- Type: System..::..String
Volume identifier (VID) for the item to retrieve files for
- Files
- Type: System..::..String
Files to retrieve from archives/tivoli
- UserName
- Type: System..::..String
Name of the user requesting the retrieval
- EmailAddress
- Type: System..::..String
Email address for the user requesting the retrieval
- RequestNote
- Type: System..::..String
Any custom request note, to be returned in the email once retrieval is complete
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also