Click or drag to resize
AdvancedGetFileServiceReadFileContent Method
Reads filePath and returns bytes array.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
protected byte[] ReadFileContent(
	string filePath
)

Parameters

filePath
Type: SystemString

Return Value

Type: Byte
See Also