ContextGetFileNameParameter Method  | 
 Returns the file name value of a file parameter
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic string GetFileNameParameter(
	string paramName
)
Public Function GetFileNameParameter ( 
	paramName As String
) As String
Parameters
- paramName
 - Type: SystemString
Parameter name to get the value 
Return Value
Type: 
StringVALUE_FILE_NAME or null if parameter not found
RemarksThis return only the original filename, to get the file information, use GetParameter
See Also