Click or drag to resize
DocumentCultureUrl Class
Defines document URL for given culture.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineDocumentCultureUrl

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public class DocumentCultureUrl : IDataContainer, 
	ISimpleDataContainer

The DocumentCultureUrl type exposes the following members.

Constructors
  NameDescription
Public methodDocumentCultureUrl
Top
Properties
  NameDescription
Public propertyColumnNames
DocumentCultureURL object property names.
Public propertyCultureCode
Culture code for which URL is generated.
Public propertyCultureName
Culture name for which URL is generated.
Public propertyItem
Gets or sets the value of the column.
Public propertyUrl
Culture specific URL.
Top
Methods
  NameDescription
Public methodContainsColumn
Returns true if the object contains specified column.
Public methodGetValue
Gets the value of column.
Public methodSetValue
Sets value of column.
Public methodTryGetValue
Returns value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also