Class ActiveDirectoryDfsReplicatedFolder
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) replicated folder.
public class ActiveDirectoryDfsReplicatedFolder : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsReplicatedFolder>
- Inheritance
-
ActiveDirectoryDfsReplicatedFolder
- Implements
Constructors
ActiveDirectoryDfsReplicatedFolder()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder class.
public ActiveDirectoryDfsReplicatedFolder()
Properties
Description
Gets or sets the description of the replicated folder.
public string Description { get; set; }
Property Value
FileFilters
Gets or sets the file filters.
public SerializableStringCollection FileFilters { get; set; }
Property Value
- SerializableStringCollection
Identifier
Gets or sets the unique identifier of the replicated folder.
public Guid Identifier { get; set; }
Property Value
IsDfsnPathPublished
Gets or sets whether the path is published.
public BooleanOption IsDfsnPathPublished { get; set; }
Property Value
Name
Gets or sets the name of the replicated folder.
public string Name { get; set; }
Property Value
NamespacePath
Gets or sets the namespace path for the replicated folder.
public string NamespacePath { get; set; }
Property Value
State
Gets or sets the state of the replicated folder.
public ActiveDirectoryDfsReplicationState State { get; set; }
Property Value
SubfolderFilters
Gets or sets the subfolder filters.
public SerializableStringCollection SubfolderFilters { get; set; }
Property Value
- SerializableStringCollection
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder object.
public ActiveDirectoryDfsReplicatedFolder Clone()
Returns
- ActiveDirectoryDfsReplicatedFolder
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder object.
CompareTo(ActiveDirectoryDfsReplicatedFolder)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder objects to allow sorting alphabetically by name.
public int CompareTo(ActiveDirectoryDfsReplicatedFolder other)
Parameters
other
ActiveDirectoryDfsReplicatedFolderThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder objects.