Class FilterDeliverySupportResult
Result of the DoesFilterSupportDelivery(FilterDeliverySupportArguments, CancellationToken) command.
public sealed class FilterDeliverySupportResult
- Inheritance
-
objectFilterDeliverySupportResult
- Extension Methods
Properties
Allowed
Gets a value indicating whether the filter can be saved as smart folder for content delivery.
public bool Allowed { get; init; }
Property Value
- bool
ErrorMessage
Gets the error message if the filter cannot be saved as smart folder for content delivery.
public string ErrorMessage { get; init; }
Property Value
- string