DocumentLibraryFileExistValidator.ValidIfExists Property
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property ValidIfExists As Boolean
Get
Set
'Usage
Dim instance As DocumentLibraryFileExistValidator
Dim value As Boolean
value = instance.ValidIfExists
instance.ValidIfExists = value
[BindableAttribute(true)]
public bool ValidIfExists { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
DocumentLibraryFileExistValidator Class