ProcessThumbnail Property |
Contains the visual thumbnail of the presentation of the business process. It is stored in bitmap (BMP) format.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] Thumbnail { get; set; }
Public Property Thumbnail As Byte()
Get
Set
public:
property array<unsigned char>^ Thumbnail {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Thumbnail : byte[] with get, set
Property Value
Type:
Byte
See Also