Click or drag to resize
MetaFileInfoProviderGetGUIDWhereCondition Method
Gets the meta file where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetGUIDWhereCondition(
	Guid metaFileGuid,
	string siteName,
	bool globalOrLocal
)

Parameters

metaFileGuid
Type: SystemGuid
File GUID
siteName
Type: SystemString
Site name
globalOrLocal
Type: SystemBoolean
If true, global (local) files are allowed when local (global) not found

Return Value

Type: String
See Also