PFApplicationTryGetSupportFileContent Method  | 
 
            Tries to get the content of a given file from the folder containing the support files of this application.
            
 
    Namespace: 
   Packflow.Core
    Assembly:
   MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic byte[] TryGetSupportFileContent(
	string fileName
)
Parameters
- fileName
 - Type: SystemString
 
Return Value
Type: 
Byte
See Also