Represents a type of formatting that is unknown. The formatting name and its value can be retrieved from these properties.

Objects of this type are typically created as a result of parsing formatting types that are not known to the system. This class allows such formatting to be preserved and persisted.

Namespace:  Sdl.FileTypeSupport.Framework.Formatting
Assembly:  Sdl.FileTypeSupport.Framework.Core (in Sdl.FileTypeSupport.Framework.Core.dll) Version: 1.0.0.0 (1.0.1764.0)

Syntax

C#
[SerializableAttribute]
public class UnknownFormatting : AbstractFormattingItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UnknownFormatting _
	Inherits AbstractFormattingItem
Visual C++
[SerializableAttribute]
public ref class UnknownFormatting : public AbstractFormattingItem

Inheritance Hierarchy

System..::.Object
  Sdl.FileTypeSupport.Framework.Formatting..::.AbstractFormattingItem
    Sdl.FileTypeSupport.Framework.Formatting..::.UnknownFormatting

See Also