FuelSDK-CSharp
Public Member Functions | Properties | List of all members
FuelSDK.ETContentArea Class Reference

ETContentArea - Represents a ContentArea class A ContentArea represents a defined section of reusable content. One or many ContentAreas can be defined for an Email object. A ContentArea is always acted upon in the context of an Email object. Valid values for the Layout property include the following: More...

Inheritance diagram for FuelSDK.ETContentArea:
FuelSDK.ContentArea FuelSDK.APIObject FuelSDK.ET_ContentArea

Public Member Functions

PostReturn Post ()
 Post this instance. More...
 
PatchReturn Patch ()
 Patch this instance. More...
 
DeleteReturn Delete ()
 Delete this instance. More...
 
GetReturn Get ()
 Get this instance. More...
 
GetReturn GetMoreResults ()
 Gets the more results. More...
 
InfoReturn Info ()
 Info of this instance. More...
 

Properties

int FolderID [get, set]
 Gets or sets the folder identifier. More...
 
- Properties inherited from FuelSDK.ContentArea
string Key [get, set]
 
string Content [get, set]
 
bool IsBlank [get, set]
 
bool IsBlankSpecified [get, set]
 
int CategoryID [get, set]
 
bool CategoryIDSpecified [get, set]
 
string Name [get, set]
 
LayoutType Layout [get, set]
 
bool LayoutSpecified [get, set]
 
bool IsDynamicContent [get, set]
 
bool IsDynamicContentSpecified [get, set]
 
bool IsSurvey [get, set]
 
bool IsSurveySpecified [get, set]
 
string BackgroundColor [get, set]
 
string BorderColor [get, set]
 
int BorderWidth [get, set]
 
bool BorderWidthSpecified [get, set]
 
int Cellpadding [get, set]
 
bool CellpaddingSpecified [get, set]
 
int Cellspacing [get, set]
 
bool CellspacingSpecified [get, set]
 
string Width [get, set]
 
string FontFamily [get, set]
 
bool HasFontSize [get, set]
 
bool HasFontSizeSpecified [get, set]
 
bool IsLocked [get, set]
 
bool IsLockedSpecified [get, set]
 
- Properties inherited from FuelSDK.APIObject
ETClient AuthStub [get, set]
 Gets or sets the authentication stub. More...
 
string [] Props [get, set]
 Gets or sets the properties. More...
 
FilterPart SearchFilter [get, set]
 Gets or sets the search filter. More...
 
string LastRequestID [get, set]
 Gets or sets the last request identifier. More...
 
string DirectoryPath [get, set]
 Gets or sets the directory path. More...
 
string UniqueID [get]
 Gets the unique identifier. Returns the ID if the value is greater than 0. If not and Object ID is not null returns Object ID. If not and Customer Key is not null returns Customer Key. If not throw throws error. More...
 
ClientID Client [get, set]
 
string PartnerKey [get, set]
 
APIProperty [] PartnerProperties [get, set]
 
System.DateTime CreatedDate [get, set]
 
bool CreatedDateSpecified [get, set]
 
System.Nullable< System.DateTime > ModifiedDate [get, set]
 
bool ModifiedDateSpecified [get, set]
 
int ID [get, set]
 
bool IDSpecified [get, set]
 
string ObjectID [get, set]
 
string CustomerKey [get, set]
 
Owner Owner [get, set]
 
string CorrelationID [get, set]
 
string ObjectState [get, set]
 

Detailed Description

ETContentArea - Represents a ContentArea class A ContentArea represents a defined section of reusable content. One or many ContentAreas can be defined for an Email object. A ContentArea is always acted upon in the context of an Email object. Valid values for the Layout property include the following:

Member Function Documentation

◆ Delete()

DeleteReturn FuelSDK.ETContentArea.Delete ( )
inline

Delete this instance.

Returns
The T:FuelSDK.DeleteReturn object..

◆ Get()

GetReturn FuelSDK.ETContentArea.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETContentArea.GetMoreResults ( )
inline

Gets the more results.

Returns
The T:FuelSDK.GetReturn object..

◆ Info()

InfoReturn FuelSDK.ETContentArea.Info ( )
inline

Info of this instance.

Returns
The T:FuelSDK.InfoReturn object..

◆ Patch()

PatchReturn FuelSDK.ETContentArea.Patch ( )
inline

Patch this instance.

Returns
The T:FuelSDK.PatchReturn object..

◆ Post()

PostReturn FuelSDK.ETContentArea.Post ( )
inline

Post this instance.

Returns
The T:FuelSDK.PostReturn object.

Property Documentation

◆ FolderID

int FuelSDK.ETContentArea.FolderID
getset

Gets or sets the folder identifier.

The folder identifier.


The documentation for this class was generated from the following file: