ReadOnlyFileSystemProvider.GetAttributes Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
GetAttributes(NodeBase)
Returns attributes (NodeAttributes) for the node
.
When the virtual file system is used in the FileServer component, the server session, which contains information about the user and the active connection, can be accessed using Current property.
Declaration
protected virtual NodeAttributes GetAttributes(NodeBase node)
Parameters
Type | Name | Description |
---|---|---|
NodeBase | node | Processed node. |
Returns
Type | Description |
---|---|
NodeAttributes | Attributes (NodeAttributes) for the |