AllDocumentsContainingWord Method From Stot previous page next page Stot Store..::..AllDocumentsContainingWord Method Alls the documents containing a word. Namespace: Engine Assembly: Engine (in Engine.dll)SyntaxC#VBC++public Document[] AllDocumentsContainingWord( string word )Public Function AllDocumentsContainingWord ( _ word As String _ ) As Document()public: array<Document^>^ AllDocumentsContainingWord( String^ word )ParameterswordType: StringThe word.Return ValueList of Documents tht conting the wordSee AlsoStore ClassEngine Namespace previous page start next page