Click or drag to resize
PageTemplateConfigurationForEmptyCultureVersionProviderGet Method
Provides the best template configuration for a new page culture version.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public PageTemplateConfiguration Get(
	int nodeId,
	string defaultCulture
)

Parameters

nodeId
Type: SystemInt32
Node ID.
defaultCulture
Type: SystemString
Culture code of the default culture.

Return Value

Type: PageTemplateConfiguration
See Also