Try our conversational search powered by Generative AI!

Class UploadFileResult

Inheritance
System.Object
UploadFileResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Controllers.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class UploadFileResult

Constructors

UploadFileResult()

Declaration
public UploadFileResult()

Properties

Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

ErrorMessage

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

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String

Index

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32

Extension Methods