ExportConfigDataFileSystemEntryIds Property

Gets a set containing the IDs of all file system entries to export.

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 = "fileSystemEntryIds")]
public IList<Guid> FileSystemEntryIds { get; }

Property Value

Type: IListGuid
Remarks
All the children of file system entries in the collection will be exported as well.
See Also