| ContextGetFileNameParameter Method  | 
Returns the file name value of a file parameter
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.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