FileDataCreatedBy Property

Gets the account information for the user which created the entry.

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "createdBy", EmitDefaultValue = false)]
public MemberInfoData? CreatedBy { get; set; }

Property Value

MemberInfoData
The account information for the user which created the entry, or if it hasn't yet been saved.
See Also