UserFeed UploadUsersCsv Method frevvo Live Forms
Used to upload the users csv. The upload is asynchronous and feedback is through email.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public void UploadUsersCsv(
	Stream usersCsvData,
	string notificationEmailAddress
)

Parameters

usersCsvData
Type: OnlineSystem.IO Stream
Stream that contains users csv to upload.
notificationEmailAddress
Type: OnlineSystem String
Email address to notify status back. If not supplied, then tenant admin's email is used.
Remarks

Method added in Release 6.1.5
See Also