Class SmartFolderDeliverySupportResult
Result of the IsSmartFolderDeliverySupported(SmartFolderDeliverySupportArguments, CancellationToken) command.
public sealed class SmartFolderDeliverySupportResult
- Inheritance
-
objectSmartFolderDeliverySupportResult
- Extension Methods
Properties
Allowed
Gets or sets a value indicating whether the smart folder could have enabled content delivery.
public bool Allowed { get; init; }
Property Value
- bool
ErrorMessage
Gets the error message if the the smart folder cannot have enabled content delivery.
public string ErrorMessage { get; init; }
Property Value
- string