IExportToFileParameters public interface IExportToFileParameters Documentation Encoding Encoding { get; } bool EscapeFormulas { get; } Stream ExportResults { get; } IEnumerable<IFieldRef> Fields { get; } ExportToFileOptions FileOptions { get; } IObjectTypeRef ObjectType { get; } Guid? ProcessIdentifier { get; } ISearchProviderRef SearchProvider { get; } IArtifactRef View { get; }