DfsrConflictInfo class
This class provides details about the files and folders that were moved to the Conflict and Deleted folder due to conflicting updates.
Syntax
class DfsrConflictInfo : CIM_LogicalElement
{
string GVsn;
string Uid;
string FileName;
uint32 FileAttributes;
uint32 ConflictFileCount;
uint64 ConflictSizeInBytes;
datetime ConflictTime;
string ConflictPath;
uint8 ConflictType;
string ReplicatedFolderGuid;
string ReplicationGroupGuid;
string MemberGuid;
string PartnerGuid;
};
Members
The DfsrConflictInfo class has these types of members:
Methods
The DfsrConflictInfo class has these methods.
| Method | Description |
|---|---|
| Delete |
Deletes this conflict from the conflict directory along with its record in the manifest. |
Properties
The DfsrConflictInfo class has these properties.
- ConflictFileCount
-
- Data type: uint32
- Access type: Read-only
If the conflict is a folder, this value is the total number of files and folders under the conflicted parent folder.
- ConflictPath
-
- Data type: string
- Access type: Read-only
The original location of the conflicted file or folder.
- ConflictSizeInBytes
-
- Data type: uint64
- Access type: Read-only
The size of the file or folder, in bytes.
- ConflictTime
-
- Data type: datetime
- Access type: Read-only
The time stamp when the conflict was detected.
- ConflictType
-
- Data type: uint8
- Access type: Read-only
- Qualifiers: Values (Name Conflict, Remote Update Local Update Conflict, Remote Update Local Delete Conflict, Local Delete Remote Update Conflict, Remote File Delete, Remote File Does Not Exist At Initial Sync) , ValueMap (1, 2, 3, 4, 5, 6)
The type of conflict.
- FileAttributes
-
- Data type: uint32
- Access type: Read-only
The attributes of the file or folder. For a list of values, see the GetFileAttributes function.
- FileName
-
- Data type: string
- Access type: Read-only
The name of the file or folder after it is moved to the Conflict and Deleted folder.
- GVsn
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key
The global version of the conflicted file or folder.
- MemberGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MinLen (36) , MaxLen (36)
The unique identifier of the member.
- PartnerGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MinLen (36) , MaxLen (36)
The unique identifier of the partner object in this connection.
Windows Server 2003 R2: This property is not supported until Windows Vista. - ReplicatedFolderGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MinLen (36) , MaxLen (36)
The unique identifier of the replicated folder.
- ReplicationGroupGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MinLen (36) , MaxLen (36)
The unique identifier of the replication group.
- Uid
-
- Data type: string
- Access type: Read-only
The unique identifier and version of the conflicted file or folder.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
|
End of client support | Windows Vista |
|
Namespace |
\\.\Root\MicrosoftDfs |
|
MOF |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012