DocumentCreateFromFile Method |
Creates a document from a file.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic static Document CreateFromFile(
string filePath
)
Public Shared Function CreateFromFile (
filePath As String
) As Document
public:
static Document^ CreateFromFile(
String^ filePath
)
static member CreateFromFile :
filePath : string -> Document
Parameters
- filePath
- Type: SystemString
The document file path.
Return Value
Type:
DocumentThe created document.
See Also