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

Exibir arquivo 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_oe static_oe property

public static bool DefaultCompressionEnabled
return bool

DefaultECLEnabled public_oe static_oe property

public static bool DefaultECLEnabled
return bool

DefaultFollowLinksPerField public_oe static_oe property

public static bool DefaultFollowLinksPerField
return bool

DefaultLinkLevels public_oe static_oe property

public static int DefaultLinkLevels
return int

DefaultMergeAction public_oe static_oe property

public static MergeAction DefaultMergeAction
return MergeAction

DefaultOmitCategories public_oe static_oe property

public static bool DefaultOmitCategories
return bool

DefaultOmitContextPublications public_oe static_oe property

public static bool DefaultOmitContextPublications
return bool

DefaultOmitFolders public_oe static_oe property

public static bool DefaultOmitFolders
return bool

DefaultOmitOwningPublications public_oe static_oe property

public static bool DefaultOmitOwningPublications
return bool

DefaultOmitValueLists public_oe static_oe property

public static bool DefaultOmitValueLists
return bool

DefaultPublishEmptyFields public_oe static_oe property

public static bool DefaultPublishEmptyFields
return bool

DefaultResolveWidthAndHeight public_oe static_oe property

public static bool DefaultResolveWidthAndHeight
return bool

DefaultSerializationFormat public_oe static_oe property

public static SerializationFormat DefaultSerializationFormat
return SerializationFormat