Interface ITagSearchResponse
Response returned when searching for documents by tag.
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public interface ITagSearchResponse
Properties
Embedded
Document search results grouped by tag.
Declaration
Dictionary<string, List<IShareBaseDocument>> Embedded { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<IShareBaseDocument>> |
TotalCount
The number of documents returned.
Declaration
long TotalCount { get; }
Property Value
Type | Description |
---|---|
System.Int64 |