kintoneTypeExtensionUploadFile Method (ListkintoneFile, HttpPostedFileBase)kintoneDotNETHelp

[Missing <summary> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.UploadFile(System.Collections.Generic.List{kintoneDotNET.API.Types.kintoneFile},System.Web.HttpPostedFileBase)"]

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

public static void UploadFile(
	this List<kintoneFile> item,
	HttpPostedFileBase file
)

Parameters

item
Type: System.Collections.GenericListkintoneFile

[Missing <param name="item"/> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.UploadFile(System.Collections.Generic.List{kintoneDotNET.API.Types.kintoneFile},System.Web.HttpPostedFileBase)"]

file
Type: System.WebHttpPostedFileBase

[Missing <param name="file"/> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.UploadFile(System.Collections.Generic.List{kintoneDotNET.API.Types.kintoneFile},System.Web.HttpPostedFileBase)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListkintoneFile. 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