AllDocumentsContainingWord Method From Stot previous page next page Stot IStore..::..AllDocumentsContainingWord Method Get all the documents containing the given word. Namespace: Engine Assembly: Engine (in Engine.dll)SyntaxC#VBC++Document[] AllDocumentsContainingWord( string word )Function AllDocumentsContainingWord ( _ word As String _ ) As Document()array<Document^>^ AllDocumentsContainingWord( String^ word )ParameterswordType: StringThe word.Return Value an array of documents containing the wordSee AlsoIStore InterfaceEngine Namespace previous page start next page