Click or drag to resize
AttachmentHelperGetFileRelativePath Method
Returns file relative path due to files folder.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetFileRelativePath(
	string guid,
	string extension
)

Parameters

guid
Type: SystemString
File GUID
extension
Type: SystemString
File extension

Return Value

Type: String
See Also