Click or drag to resize

PFFileIsFileNameValid Property

Gets a value indicating whether this instance is file name valid. Must be non-empty and contain only valid file name characters.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsFileNameValid { get; }

Property Value

Type: Boolean
true if this instance is file name valid; otherwise, false.
See Also