Click or drag to resize
MetaFileInfoProviderGetMetaFileInfoWithoutBinaryInternal Method

Note: This API is now obsolete.

Returns the MetaFileInfo structure for the specified metaFile without the binary data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use GetMetaFileInfoInternal(Guid, string, bool, bool) method instead.")]
protected virtual MetaFileInfo GetMetaFileInfoWithoutBinaryInternal(
	Guid metaFileGuid,
	string siteName,
	bool globalOrLocal
)

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

Return Value

Type: MetaFileInfo
See Also