DocumentLibraryFileExistValidator.DocumentLibrary Property
Gets or sets the document library to search for the file.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property DocumentLibrary As SPDocumentLibrary
Get
Set
'Usage
Dim instance As DocumentLibraryFileExistValidator
Dim value As SPDocumentLibrary
value = instance.DocumentLibrary
instance.DocumentLibrary = value
public SPDocumentLibrary DocumentLibrary { get; set; }
Property Value
Type: Microsoft.SharePoint.SPDocumentLibrary
An SPDocumentLibrary object.
See Also
Reference
DocumentLibraryFileExistValidator Class