C# Класс CkanDotNet.Api.Model.Package

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAbbreviatedNotes ( int length ) : string

Get the abbreviated notes (with no HTML formatting) truncated to a specific size (nearest word).

GetAbbreviatedTitle ( int length ) : string

Gets an abbreviated title truncated to a specific size (nearest word). All markup is removed.

Описание методов

GetAbbreviatedNotes() публичный Метод

Get the abbreviated notes (with no HTML formatting) truncated to a specific size (nearest word).
public GetAbbreviatedNotes ( int length ) : string
length int
Результат string

GetAbbreviatedTitle() публичный Метод

Gets an abbreviated title truncated to a specific size (nearest word). All markup is removed.
public GetAbbreviatedTitle ( int length ) : string
length int The allowable length for a title.
Результат string