C# Class CkanDotNet.Api.Model.Related

Show file Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Public Methods

Method Description
GetAbbreviatedDescription ( int length ) : string

Gets an abbreviated description truncated to a specific size (nearest word).

Method Details

GetAbbreviatedDescription() public method

Gets an abbreviated description truncated to a specific size (nearest word).
public GetAbbreviatedDescription ( int length ) : string
length int The allowable length for a title.
return string