Table of Contents

Class ProfilePictures

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll

User’s profile pictures Accessing these URLs requires passing an access token

public class ProfilePictures
Inheritance
ProfilePictures
Inherited Members

Properties

Picture

User profile picture URL

[JsonProperty(PropertyName = "picture")]
public string Picture { get; set; }

Property Value

string

Thumbnail

User profile picture thumbnail URL

[JsonProperty(PropertyName = "thumbnail")]
public string Thumbnail { get; set; }

Property Value

string