Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductPhoto Class > ProductPhoto Properties > ContentFile_Base64 Property 

Drukuj

.NET Framework Class Library

ProductPhoto.ContentFile_Base64 Property

Zdjęcie w Base64

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ContentFile_Base64 As String
 Get
 Set

C#

public string ContentFile_Base64 { getset; }

Visual C++

public:
property StringContentFile_Base64 {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_contentFile_Base64();
function set_contentFile_Base64(value);

See Also

ProductPhoto Class

ProductPhoto Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace