All documents returned from the query. This collection has not been filtered for the current user.
Namespace: Cartella.SearchAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public Document[] RawDocuments { get; private set; } |
Visual Basic |
---|
Public Property RawDocuments As Document() Get Private Set |
Visual C++ |
---|
public: property array<Document^>^ RawDocuments { array<Document^>^ get (); private: void set (array<Document^>^ value); } |