EAPUtilGetByteBufferFromLogicalFile Method  | 
  
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static byte[] GetByteBufferFromLogicalFile(
	IAppContext cxt,
	string logicalPath
)
Public Shared Function GetByteBufferFromLogicalFile ( 
	cxt As IAppContext,
	logicalPath As String
) As Byte()
Parameters
- cxt
 - Type: NetQuarryIAppContext
The application context. - logicalPath
 - Type: SystemString
The logical path to the file to import. 
Return Value
Type: 
ByteThe content byte array.
See Also