de la propiedad DocumentLibraryFileExistValidator.ValidIfExists
Obtiene o establece un valor que determina si el archivo se comprobará si itsexistence o no.
Espacio de nombres: Microsoft.SharePoint.Publishing.WebControls
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
<BindableAttribute(True)> _
Public Property ValidIfExists As Boolean
Get
Set
'Uso
Dim instance As DocumentLibraryFileExistValidator
Dim value As Boolean
value = instance.ValidIfExists
instance.ValidIfExists = value
[BindableAttribute(true)]
public bool ValidIfExists { get; set; }
Valor de propiedad
Tipo: System.Boolean
Un valor booleano.
Comentarios
true si se confirmará la existencia del archivo; false si se confirmará la ausencia del archivo.
Vea también
Referencia
clase DocumentLibraryFileExistValidator
Miembros DocumentLibraryFileExistValidator
Espacio de nombres Microsoft.SharePoint.Publishing.WebControls