ExportConfigDataIncludeGroupMemberships Property

Gets or sets a value indicating whether the group membership of accounts and groups shall be included in the export file.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "includeGroupMemberships")]
public bool IncludeGroupMemberships { get; set; }

Property Value

Type: Boolean
Remarks
Only the direct membership of the exported item will be included in the transfer file. E.g. If account1 is a member of group1, and group1 is a member of group2. If we export account1 with IncludeGroupMemberships = true, the group membership [account1, group1] will be exported. If we export group1 with IncludeGroupMemberships = true, the group membership [group1, group2] will be exported.
See Also