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)
Syntaxpublic bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
Boolean
Remarks
Name must be at the minimum one character and content mustn't be null
See Also