Namespace: Contracts.DocManagement
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal property As String, _ 
ByVal full_name As String, _ 
ByVal attribute_id As EntityID, _ 
ByVal value As String, _ 
ByVal layout As String
)
This language is not supported or no code example is available.
public EmbeddedFileAttribute( 
string property
string full_name
EntityID attribute_id
string value
string layout 
)
This language is not supported or no code example is available.
public:  
EmbeddedFileAttribute( 
String^ property
String^ full_name
EntityID^ attribute_id
String^ value
String^ layout 
)
This language is not supported or no code example is available.
public function EmbeddedFileAttribute( 
property : String
full_name : String
attribute_id : EntityID
value : String
layout : String 
);
This language is not supported or no code example is available.

Parameters

property
Type: string

full_name
Type: string

attribute_id
Type: EntityID

value
Type: string

layout
Type: string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1