MetaFileInfoProviderGetFile Method (Guid, String) |
Returns the file from disk or (if not available on the disk) from database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static byte[] GetFile(
Guid guid,
string siteName
)
Parameters
- guid
- Type: SystemGuid
Guid of the file to get - siteName
- Type: SystemString
Site name
Return Value
Type:
ByteSee Also