summaryM:DotNetNuke.Services.FileSystem.Internal.FileWrapper.ReadAllBytes(System.String)

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public byte[] ReadAllBytes(
	string path
)
Visual Basic
Public Function ReadAllBytes ( 
	path As String
) As Byte()

Parameters

path
Type: System..::..String
parampathM:DotNetNuke.Services.FileSystem.Internal.FileWrapper.ReadAllBytes(System.String)

Return Value

returnsM:DotNetNuke.Services.FileSystem.Internal.FileWrapper.ReadAllBytes(System.String)

Implements

IFile..::..ReadAllBytes(String)

See Also