Click or drag to resize
MetaFileInfoProviderGetMetaFileInfoInternal Method
Returns the MetaFileInfo structure for the specified metaFile.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual MetaFileInfo GetMetaFileInfoInternal(
	Guid metaFileGuid,
	string siteName,
	bool globalOrLocal,
	bool binaryData = true
)

Parameters

metaFileGuid
Type: SystemGuid
MetaFile guid
siteName
Type: SystemString
Site name
globalOrLocal
Type: SystemBoolean
If true, global (local) files are allowed when local (global) not found
binaryData (Optional)
Type: SystemBoolean
Indicates if binary data should be retrieved

Return Value

Type: MetaFileInfo
See Also