Table of Contents

Class OnDownloadFileNotificationArgs

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Core.dll

Represents arguments for OnDownloadFile notification

public class OnDownloadFileNotificationArgs : NotificationArgs
Inheritance
OnDownloadFileNotificationArgs
Inherited Members

Constructors

OnDownloadFileNotificationArgs(string)

Creates new object setting secureFolderName value

public OnDownloadFileNotificationArgs(string secureFolderName)

Parameters

secureFolderName string

String value

OnDownloadFileNotificationArgs(string, string)

Creates new object setting secureFolderName value

public OnDownloadFileNotificationArgs(string secureFolderName, string file)

Parameters

secureFolderName string

String value

file string

String value- the name of the file being downloaded

Fields

File

Gets or sets the file being downloaded

public string File

Field Value

string

Handled

Shows if notofocation arg was handled

public bool Handled

Field Value

bool

True or false

HasAccess

Shows if access granted

public bool HasAccess

Field Value

bool

True or False

SecureFolderName

Gets SourceFolderName

public string SecureFolderName

Field Value

string

String value

To top