AssetServicesUploadFile Method Ingeniux CMS Web Services API

[Missing <summary> documentation for "M:IngeniuxCMService.AssetServices.UploadFile(System.IO.Stream,System.Func{System.String,IngeniuxCMService.UploadData},System.Action{IngeniuxCMService.UploadData})"]

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public static void UploadFile(
	Stream FileByteStream,
	Func<string, UploadData> parseCallback,
	Action<UploadData> uploadCallback
)

Parameters

FileByteStream
Type: System.IOStream

[Missing <param name="FileByteStream"/> documentation for "M:IngeniuxCMService.AssetServices.UploadFile(System.IO.Stream,System.Func{System.String,IngeniuxCMService.UploadData},System.Action{IngeniuxCMService.UploadData})"]

parseCallback
Type: SystemFuncString, UploadData

[Missing <param name="parseCallback"/> documentation for "M:IngeniuxCMService.AssetServices.UploadFile(System.IO.Stream,System.Func{System.String,IngeniuxCMService.UploadData},System.Action{IngeniuxCMService.UploadData})"]

uploadCallback
Type: SystemActionUploadData

[Missing <param name="uploadCallback"/> documentation for "M:IngeniuxCMService.AssetServices.UploadFile(System.IO.Stream,System.Func{System.String,IngeniuxCMService.UploadData},System.Action{IngeniuxCMService.UploadData})"]

See Also

Reference