MetaFileInfoProviderGetGUIDWhereCondition Method |
Gets the meta file where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also