DocumentsWindowCreate Method (KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary) | 
 
            Creates a documents window.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic static DocumentsWindow Create(
	KeywordDocumentsWindowBoundary lowerBoundary,
	KeywordDocumentsWindowBoundary upperBoundary
)
Public Shared Function Create ( 
	lowerBoundary As KeywordDocumentsWindowBoundary,
	upperBoundary As KeywordDocumentsWindowBoundary
) As DocumentsWindow
static member Create : 
        lowerBoundary : KeywordDocumentsWindowBoundary * 
        upperBoundary : KeywordDocumentsWindowBoundary -> DocumentsWindow 
Parameters
- lowerBoundary
 - Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The lower boundary. - upperBoundary
 - Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The upper boundary. 
Return Value
Type: 
DocumentsWindowA documents window.
See Also