Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf Namespace > RdfDocumentAttachment Class > RdfDocumentAttachment Properties > Content Property 

Drukuj

.NET Framework Class Library

RdfDocumentAttachment.Content Property

Zawartość pliku w Base-64.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf

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

Syntax

Visual Basic

Public Property Content As String
 Get
 Set

C#

public string Content { getset; }

Visual C++

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

JavaScript

function get_content();
function set_content(value);

See Also

RdfDocumentAttachment Class

RdfDocumentAttachment Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf Namespace