Click or drag to resize
MetaFileInfoProvider.GetGUIDWhereCondition 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: System.Guid
File GUID
siteName
Type: System.String
Site name
globalOrLocal
Type: System.Boolean
If true, global (local) files are allowed when local (global) not found

Return Value

Type: String
See Also