Click or drag to resize

PFPostedFileTryCreate Method

Creates an instance of PFPostedFile based on a HttpPostedFileBase.

Returns null if there is no content.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static PFPostedFile TryCreate(
	HttpPostedFileBase file
)

Parameters

file
Type: System.WebHttpPostedFileBase

Return Value

Type: PFPostedFile
See Also