Microsoft.Windows.FileServer.DFSR.ReplicatedFolderExtensionReplicated Folder Extension

Microsoft.Windows.FileServer.DFSR.ReplicatedFolderExtension (ClassType)

This class is used by derived classes to extend a replicated folder’s functionality and to add new monitors and attributes. Clustered replicated folders and read-only replicated folders are examples of classes derived from this class.

Knowledge Base article:

Summary

Replicated folder extension base class for allowing derived classes to add new monitors and attributes.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3e37f5d6-4365-17df-5886-26d7af217130

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.FileServer.DFSR.ReplicatedFolderExtension:
ReplicatedFolderGUID  guid  Replicated Folder GUID Replicated folder GUID. true 256   
RootPath  string  Root Path Root path of the replicated folder false 256  False 
ReplicationGroupGUID  guid  Replication Group GUID Replicated folder's replication group GUID. false 256   
VolumeGUID  string  Volume GUID Replicated folder's volume GUID. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.ReplicatedFolderExtension" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ReplicatedFolderGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RootPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReplicationGroupGUID" Type="guid" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="VolumeGUID" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>