.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.MoveFileRequestEventArgs Class Reference

The arguments passed when the MoveFileRequest event is raised. More...

Inherits EventArgs.

Public Member Functions

 MoveFileRequestEventArgs (RequestContext context, FileDirectoryModel parent, NodeId fileToMove, NodeId targetDirectory, string newName, bool makeCopy)
 Initializes a new instance of the MoveFileRequestEventArgs class. More...
 

Properties

RequestContext Context [get]
 Gets the request context passed to the method call. More...
 
FileDirectoryModel Parent [get]
 Gets the parent that contains the file or directory. More...
 
NodeId FileToMove [get]
 Gets the file or directory to move or copy. More...
 
NodeId TargetDirectory [get]
 Gets the target directory. More...
 
string NewName [get]
 Gets the new name for the file or directory. More...
 
bool MakeCopy [get]
 Gets a value indicating whether to make a copy the file. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
NodeId NewNodeId [get, set]
 Gets or sets the new node identifier for the file. More...
 

Detailed Description

The arguments passed when the MoveFileRequest event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.MoveFileRequestEventArgs.MoveFileRequestEventArgs ( RequestContext  context,
FileDirectoryModel  parent,
NodeId  fileToMove,
NodeId  targetDirectory,
string  newName,
bool  makeCopy 
)
inline

Initializes a new instance of the MoveFileRequestEventArgs class.

Parameters
contextThe context.
parentThe parent directory.
fileToMoveThe file to move.
targetDirectoryThe target directory.
newNameThe new name.
makeCopyIf set to true then the file is copied.

Property Documentation

RequestContext UnifiedAutomation.UaServer.MoveFileRequestEventArgs.Context
get

Gets the request context passed to the method call.

NodeId UnifiedAutomation.UaServer.MoveFileRequestEventArgs.FileToMove
get

Gets the file or directory to move or copy.

bool UnifiedAutomation.UaServer.MoveFileRequestEventArgs.MakeCopy
get

Gets a value indicating whether to make a copy the file.

TRUE if make a copy; otherwise, FALSE.

string UnifiedAutomation.UaServer.MoveFileRequestEventArgs.NewName
get

Gets the new name for the file or directory.

NodeId UnifiedAutomation.UaServer.MoveFileRequestEventArgs.NewNodeId
getset

Gets or sets the new node identifier for the file.

FileDirectoryModel UnifiedAutomation.UaServer.MoveFileRequestEventArgs.Parent
get

Gets the parent that contains the file or directory.

StatusCode UnifiedAutomation.UaServer.MoveFileRequestEventArgs.StatusCode
getset

Gets or sets the status code.

NodeId UnifiedAutomation.UaServer.MoveFileRequestEventArgs.TargetDirectory
get

Gets the target directory.


The documentation for this class was generated from the following file: