Click or drag to resize
MetaFileURLProviderGetMetaFileUrlFormat Method
Returns format of the metafile URL in relative form (with ~). Meaning of the wildcards in returned URL: - {0} - metafile GUID. - {1} - extensionless metafile file name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetMetaFileUrlFormat()

Return Value

Type: String
Format of the metafile URL.
Examples
Example how the returned URL can look like: ~/getmetafile/{0}/{1}
See Also