IOpcFileInfo Interface

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents a single file in OPC UA and provides properties and instance methods for accessing files.

C#

public interface IOpcFileInfo
Name Description
Exists Gets a value indicating whether a file exists.
IsReadOnly Gets or sets a value that determines if the current file is read only.
Length Gets the size, in bytes, of the current file.
Name Description
GetMimeType Determines the internet media type (mime- or content-type) of the file.
Open(OpcFileMode) Opens a file in the specified mode.
Refresh Refreshes the state of the object.