View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
public class FormFileUploadResult
Properties
View Source
Declaration
public bool CouldLoad { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string TemporaryPath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public XmlDocument XmlDocument { get; set; }
Property Value
Type |
Description |
System.Xml.XmlDocument |
|