insightgetattachbytag
procedure insightgetattachbytag(tag:text, directory:text, attachments:list of insightattachment)
procedure insightgetattachbytag(tag:text, attachments:list of insightattachment)
procedure insightgetattachbytag(tag:text, directory:text, attachment:insightattachment)
procedure insightgetattachbytag(tag:text, attachment:insightattachment)
procedure insightgetattachbytag(tag:text, directory:text, attachnames:list of text)
procedure insightgetattachbytag(tag:text, attachnames:list of text)
tag
|
The tag to search for
|
directory
|
The path of a local directory to which to write the attachment files. The directory must already exist. If not specified or empty string, the attachments will be written to the Mosel working directory.
|
attachment
|
An attachment object which will be populated with the details of the attachment that was retrieved
|
attachments
|
A list which will be populated with the details of the attachments that were retrieved
|
attachnames
|
A list which will be populated with the names of the attachments that were retrieved
|
declarations attachment: insightattachment end-declarations insightgetattachbytag('mytag1', attachment) if insightattachstatus<>INSIGHT_ATTACH_OK then writeln("Error searching for attachments") else writeln('Initialize data structures from ',attachment.filename) ! Add data initialization code here end-if
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.