StateSyncEntryName Property |
Gets or sets this entry name. The name is not case sensitive. The name maximum length is MaximumNameLength (255).
Settings this property value automatically sets the FileName property value.
Note the ParentId + Name combination must be unique.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string Name { get; set; }
Property Value
Type:
String
The name.
See Also