DocumentsWindowCreate Method (Int32, Int32) | 
 
            Creates a documents window.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic static DocumentsWindow Create(
	int lowerBoundary,
	int upperBoundary
)
Public Shared Function Create ( 
	lowerBoundary As Integer,
	upperBoundary As Integer
) As DocumentsWindow
static member Create : 
        lowerBoundary : int * 
        upperBoundary : int -> DocumentsWindow 
Parameters
- lowerBoundary
 - Type: SystemInt32
The lower boundary. - upperBoundary
 - Type: SystemInt32
The upper boundary. 
Return Value
Type: 
DocumentsWindowA documents window.
See Also