Click or drag to resize

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:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
The name.
See Also