MetaFileURLProviderGetMetaFileUrlFormatInternal 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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual string GetMetaFileUrlFormatInternal()
Return Value
Type:
StringFormat of the metafile URL
Examples
Example how the returned URL can look like:
~/getmetafile/{0}/{1}
See Also