kintoneTypeExtensionToHttpPostedFileBaseList Method kintoneDotNETHelp

[Missing <summary> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.ToHttpPostedFileBaseList(System.Collections.ObjectModel.ReadOnlyCollection{System.Web.HttpPostedFile})"]

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

public static ReadOnlyCollection<HttpPostedFileBase> ToHttpPostedFileBaseList(
	this ReadOnlyCollection<HttpPostedFile> files
)

Parameters

files
Type: System.Collections.ObjectModelReadOnlyCollectionHttpPostedFile

[Missing <param name="files"/> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.ToHttpPostedFileBaseList(System.Collections.ObjectModel.ReadOnlyCollection{System.Web.HttpPostedFile})"]

Return Value

Type: ReadOnlyCollectionHttpPostedFileBase

[Missing <returns> documentation for "M:kintoneDotNET.API.kintoneTypeExtension.ToHttpPostedFileBaseList(System.Collections.ObjectModel.ReadOnlyCollection{System.Web.HttpPostedFile})"]

Usage Note

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