StorageProviderSyncRootInfo.ShowSiblingsAsGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows sibling sync roots listed under the main sync root in the File Explorer.
public:
property bool ShowSiblingsAsGroup { bool get(); void set(bool value); };
bool ShowSiblingsAsGroup();
void ShowSiblingsAsGroup(bool value);
public bool ShowSiblingsAsGroup { get; set; }
var boolean = storageProviderSyncRootInfo.showSiblingsAsGroup;
storageProviderSyncRootInfo.showSiblingsAsGroup = boolean;
Public Property ShowSiblingsAsGroup As Boolean
Property Value
Boolean
bool
True if the sibling sync roots are shown, False otherwise