Click or drag to resize

SettingsPromptForFilename Property

Determines whether to prompt for a file name after acquisition.

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Property PromptForFilename As Boolean
	Get
	Set

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks
Prompting for a file name is not supported when streaming to disk is selected. Prompting for a file name allows the user to override normal auto-naming (for instance, the settings of AutoNameFormat and other auto-naming settings). Note that if auto-naming is on (AutoName), the auto-name will be used to default the initial file name in the Save As dialog.
See Also