public enum WebDesignerExtensionClassInputValueFormat : System.Enum
public enum class WebDesignerExtensionClassInputValueFormat : public System.Enum
'Declaration
Public Enum WebDesignerExtensionClassInputValueFormat Inherits System.Enum
Member | Description |
---|---|
File | Specifies that the format for the value is a file. In this case copy your file into the WebDesignerExtension.ExtensionDirectory and put the name of this file in the WebDesignerExtensionClassInputsInfo.Value property. |
JsonSerializableObject | Specifies that the format for the value is a Json serializable object. It can be set directly in the WebDesignerExtensionClassInputsInfo.Value property. |
ListLabel | Specifies that the format for the value is a ListLabel object. In this case the value of the WebDesignerExtensionClassInputsInfo.Value should be empty string. |
Plain | Specifies that the format for the value is plain text. It is only intended for primitive types like string, int, DateTime, etc. Therefore, the value should be converted as string and then set directly in the WebDesignerExtensionClassInputsInfo.Value property. |
System.Object
System.ValueType
System.Enum
combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtensionClassInputValueFormat
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9