Show / Hide Table of Contents

Enum SelectionMode

Define the selection mode for control PathSelectionBox.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum SelectionMode

Fields

Name Description
Folder

Show dialog for selection of a directory.

MultiFiles

Show dialog for selection of a multi files.

SingleFile

Show dialog for selection of a single file.

Extension Methods

CollectionExtensions.AddRange<T, SelectionMode>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<SelectionMode>()
  • View Source
Back to top Generated by DocFX