Table of Contents

Class GetFileUrlEventArgs

Namespace
CMS.FileSystemStorage
Assembly
CMS.IO.dll

EVent arguments used for GetFileUrlForPath event.

public class GetFileUrlEventArgs : CMSEventArgs
Inheritance
object
EventArgs
GetFileUrlEventArgs
Inherited Members
Extension Methods

Constructors

GetFileUrlEventArgs(string)

Creates new instance of GetFileUrlEventArgs

public GetFileUrlEventArgs(string path)

Parameters

path string

File path

Properties

Path

Gets the input file path.

public string Path { get; }

Property Value

string

Url

Url to file path result.

public string Url { get; set; }

Property Value

string