C# Class DD4T.Templates.Base.Builder.BuildProperties

Show file Open project: sdl/DD4T.TridionTemplates Class Usage Examples

Public Properties

Property Type Description
DefaultCompressionEnabled bool
DefaultECLEnabled bool
DefaultFollowLinksPerField bool
DefaultLinkLevels int
DefaultMergeAction MergeAction
DefaultOmitCategories bool
DefaultOmitContextPublications bool
DefaultOmitFolders bool
DefaultOmitOwningPublications bool
DefaultOmitValueLists bool
DefaultPublishEmptyFields bool
DefaultResolveWidthAndHeight bool
DefaultSerializationFormat SerializationFormat

Public Methods

Method Description
BuildProperties ( Package package ) : System

Private Methods

Method Description
HasPackageValue ( Package package, string key ) : bool

Method Details

BuildProperties() public method

public BuildProperties ( Package package ) : System
package Package
return System

Property Details

DefaultCompressionEnabled public static property

public static bool DefaultCompressionEnabled
return bool

DefaultECLEnabled public static property

public static bool DefaultECLEnabled
return bool

DefaultFollowLinksPerField public static property

public static bool DefaultFollowLinksPerField
return bool

DefaultLinkLevels public static property

public static int DefaultLinkLevels
return int

DefaultMergeAction public static property

public static MergeAction DefaultMergeAction
return MergeAction

DefaultOmitCategories public static property

public static bool DefaultOmitCategories
return bool

DefaultOmitContextPublications public static property

public static bool DefaultOmitContextPublications
return bool

DefaultOmitFolders public static property

public static bool DefaultOmitFolders
return bool

DefaultOmitOwningPublications public static property

public static bool DefaultOmitOwningPublications
return bool

DefaultOmitValueLists public static property

public static bool DefaultOmitValueLists
return bool

DefaultPublishEmptyFields public static property

public static bool DefaultPublishEmptyFields
return bool

DefaultResolveWidthAndHeight public static property

public static bool DefaultResolveWidthAndHeight
return bool

DefaultSerializationFormat public static property

public static SerializationFormat DefaultSerializationFormat
return SerializationFormat