MediaFileInfoProviderGetDependencyCacheKeysInternal Method |
Gets the cache key dependencies array for the media file (cache item keys affected when the meta file changes).
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax protected virtual string[] GetDependencyCacheKeysInternal(
MediaFileInfo fi,
bool preview
)
Parameters
- fi
- Type: CMS.MediaLibraryMediaFileInfo
File - preview
- Type: SystemBoolean
Indicates if preview cache key should be created
Return Value
Type:
StringSee Also