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 public bool IsFileNameValid { get; }
Property Value
Type:
Booleantrue if this instance is file name valid; otherwise,
false.
See Also