Click or drag to resize
AttachmentHelperGetFileSubfolder Method
Gets the file subfolder (first two letters from the file name).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetFileSubfolder(
	string filename
)

Parameters

filename
Type: SystemString
File name

Return Value

Type: String
See Also