Click or drag to resize
MediaFileInfoProviderGetDependencyCacheKeys Method (MediaFileInfo, Boolean)
Gets the cache key dependencies array for the media file (cache item keys affected when the meta file changes).

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public static string[] GetDependencyCacheKeys(
	MediaFileInfo fi,
	bool preview
)

Parameters

fi
Type: CMS.MediaLibraryMediaFileInfo
File
preview
Type: SystemBoolean
Indicates if preview cache key should be created

Return Value

Type: String
See Also