Interface IUserIdentifier
Interface which allows us to have an account ID or username to work with.
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
public interface IUserIdentifier
Properties
| Improve this Doc View SourceAccountId
For Confluence Cloud this contains the account ID of the user, which uniquely identifies the user across all Atlassian products.
Declaration
string AccountId { get; }
Property Value
Type | Description |
---|---|
System.String |
Username
Provide the username for the Confluence Server (non cloud)
Declaration
string Username { get; }
Property Value
Type | Description |
---|---|
System.String |