C# Class Daniel15.BusinessLayer.Services.Social.Linkedin

Support for sharing posts on LinkedIn
Inheritance: ISocialShare
Afficher le fichier Open project: Daniel15/Website Class Usage Examples

Méthodes publiques

Méthode Description
GetShareCount ( PostModel post, string url, string shortUrl ) : int

Gets the number of times this URL has been shared on this social network.

GetShareUrl ( PostModel post, string url, string shortUrl ) : string

Gets the URL to share this post on this social network.

Method Details

GetShareCount() public méthode

Gets the number of times this URL has been shared on this social network.
public GetShareCount ( PostModel post, string url, string shortUrl ) : int
post Daniel15.Data.Entities.Blog.PostModel The blog post
url string Full URL to this post
shortUrl string Short URL to this post
Résultat int

GetShareUrl() public méthode

Gets the URL to share this post on this social network.
public GetShareUrl ( PostModel post, string url, string shortUrl ) : string
post Daniel15.Data.Entities.Blog.PostModel The blog post
url string Full URL to this post
shortUrl string Short URL to this post
Résultat string