Retrieve a file from a file store - largely for scripting purposes, maintains older contracts

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function RetrieveFilePreviewFromStore( _ 
ByVal file_change_id As EntityID, _ 
ByVal db As IDatabase, _ 
ByRef retrieval_details As FileRetrieval, _ 
ByRef error_message As String
) As Boolean
This language is not supported or no code example is available.
public static bool RetrieveFilePreviewFromStore( 
EntityID file_change_id
IDatabase db
out FileRetrieval retrieval_details
out string error_message 
)
This language is not supported or no code example is available.
public:  
static bool RetrieveFilePreviewFromStore( 
EntityID^ file_change_id
IDatabase^ db
FileRetrieval^& retrieval_details
String^& error_message 
)
This language is not supported or no code example is available.
public static function RetrieveFilePreviewFromStore( 
file_change_id : EntityID
db : IDatabase
retrieval_details : FileRetrieval
error_message : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

file_change_id
Type: EntityID

the change id

db
Type: IDatabase

the database to use

retrieval_details
Type: FileRetrieval

the result of the retrieval

error_message
Type: string

any error messages

Return Value

Type: bool

whether or not we were successful

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1