kintoneTypeExtensionToHttpPostedFileBase Method kintoneDotNETHelp

[Missing <summary> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.ToHttpPostedFileBase(System.Web.HttpPostedFile)"]

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public static HttpPostedFileBase ToHttpPostedFileBase(
	this HttpPostedFile file
)

Parameters

file
Type: System.WebHttpPostedFile

[Missing <param name="file"/> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.ToHttpPostedFileBase(System.Web.HttpPostedFile)"]

Return Value

Type: HttpPostedFileBase

[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.ToHttpPostedFileBase(System.Web.HttpPostedFile)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpPostedFile. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference