Search Results for

    Show / Hide Table of Contents
    View Source

    Class FormFileUploadResult

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Models
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class FormFileUploadResult

    Properties

    View Source

    CouldLoad

    Declaration
    public bool CouldLoad { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    TemporaryPath

    Declaration
    public string TemporaryPath { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    XmlDocument

    Declaration
    public XmlDocument XmlDocument { get; set; }
    Property Value
    Type Description
    System.Xml.XmlDocument
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CouldLoad
      • ErrorMessage
      • TemporaryPath
      • XmlDocument
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX