Meta Data Services Programming
IReposPropertyLarge::ReadFromFile
This method configures the object to use a file for the BLOB value.
Syntax
HRESULT ReadFromFile (
BSTR FileName
);
Dispatch Identifier: DISPID_IReposPropertyLarge_ReadFromFile = 35
Parameters
FileName
[in]
The path of the file to read.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.
Remarks
Existing data in the BLOB value is overwritten, and the seek position is reset.