IObsoletePresLockingBehaviorWarningInfo Interface

This warning indicates that an obsolete presentation locking behavior is used.

Namespace:  Aspose.Slides.Warnings
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IObsoletePresLockingBehaviorWarningInfo : IWarningInfo

The IObsoletePresLockingBehaviorWarningInfo type exposes the following members.

Properties
  NameDescription
Public propertyAsIWarningInfo
Returns IWarningInfo interface. Read-only IWarningInfo.
Public propertyDescription
Returns a human readable description of this warning. Read-only String.
(Inherited from IWarningInfo.)
Public propertyWarningType
Returns a type of warning. Read-only WarningType.
(Inherited from IWarningInfo.)
Methods
  NameDescription
Public methodSendWarning
If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.
(Inherited from IWarningInfo.)
See Also