FileContentIsValid Property | |
Check has file a valid name and a valid content
Namespace:
SOWIData.Helper.Models
Assembly:
SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
BooleanRemarks
Name must be at the minimum one character and content mustn't be null
See Also