Class UserConnection
Fluxer entity with client attached.
public class UserConnection : Entity, IUserConnection
- Inheritance
-
objectUserConnection
- Implements
Properties
Id
The unique identifier for this connection.
public string Id { get; }
Property Value
IsVerified
Whether the connection has been verified.
public bool IsVerified { get; }
Property Value
Name
The display name of the connection. (handle or domain)
public string Name { get; }
Property Value
SortOrder
The display order of this connection.
public int SortOrder { get; }
Property Value
Type
The type of connection.
public string Type { get; }
Property Value
Remarks
bsky or domain
VisibilityFlags
Bitfield controlling who can see this connection.
public ulong VisibilityFlags { get; }
Property Value
Methods
Create(FluxerBaseClient, UserConnectionJson)
Create a UserConnection object from json.
public static UserConnection Create(FluxerBaseClient client, UserConnectionJson json)
Parameters
clientFluxerBaseClientjsonUserConnectionJson