Smartsheet.Api.Internal.SmartsheetImpl.Search C# (CSharp) Method

Search() private method

private Search ( ) : SearchResources
return SearchResources
        public virtual SearchResources Search()
        {
            throw new NotSupportedException();
        }

Usage Example

Ejemplo n.º 1
0
 public virtual void TestSearch()
 {
     Assert.NotNull(smartsheet.Search());
 }