StyleFeed UploadStyle Method (String, Boolean)frevvo Live Forms
Upload a Style from a previously downloaded archive.

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

public StyleEntry UploadStyle(
	string fileName,
	bool replace
)

Parameters

fileName
Type: OnlineSystem String
The file to read data from
replace
Type: OnlineSystem Boolean
controls whether existing entry (if any) should be replaced or not

Return Value

Type: StyleEntry
The uploaded StyleEntry
See Also