MetaFileInfoProvider.GetGUIDWhereCondition Method |
Gets the meta file where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic 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