Click or drag to resize
GetFileUrlEventArgs Constructor
Creates new instance of GetFileUrlEventArgs

Namespace: CMS.FileSystemStorage
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public GetFileUrlEventArgs(
	string path,
	string siteName
)

Parameters

path
Type: SystemString
File path
siteName
Type: SystemString
Site name.
See Also