Enum StringContentType
The types of contents.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public enum StringContentType
Fields
Name | Description |
---|---|
Code |
Content represents programming syntax, scripts, data formats like JSON... |
Html |
Content represents a HTML code. |
MultiLine |
Content represents multiple lines of . |
SingleLine |
Content represents a single line . |