Click or drag to resize

DfsStorageInfo Class

Contains information about a DFS root or link target in a DFS namespace or from the cache maintained by the DFS client.

This class cannot be inherited.

Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.NetworkDfsStorageInfo

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public sealed class DfsStorageInfo

The DfsStorageInfo type exposes the following members.

Constructors
  NameDescription
Public methodDfsStorageInfo
Initializes a new instance of the DfsStorageInfo class, which acts as a wrapper for a DFS root or link target.
Top
Properties
  NameDescription
Public propertyServerName
The server name of the DFS root target or link target.
Public propertyShareName
The share name of the DFS root target or link target.
Public propertyState
An DfsStorageStates enum of the DFS root target or link target.
Public propertyTargetPriorityClass
Contains a DFS target's priority class and rank.
Public propertyTargetPriorityRank
Specifies the priority rank value of the target. The default value is 0, which indicates the highest priority rank within a priority class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
The share name of the DFS root target or link target.
(Overrides ObjectToString.)
Top
See Also