Click or drag to resize
MetaFileInfoProvider.GetFile Method (Guid, String)
Returns the file from disk or (if not available on the disk) from database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static byte[] GetFile(
	Guid guid,
	string siteName
)

Parameters

guid
Type: System.Guid
Guid of the file to get
siteName
Type: System.String
Site name

Return Value

Type:Byte[]
See Also