View Source
Class DocumentMapDefinition
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DocumentMapDefinition : ContentMapDefinition<IContent, DocumentValueModel, DocumentVariantResponseModel>
Constructors
View Source
DocumentMapDefinition(PropertyEditorCollection, CommonMapper)
Declaration
public DocumentMapDefinition(PropertyEditorCollection propertyEditorCollection, CommonMapper commonMapper)
Parameters
| Type |
Name |
Description |
| PropertyEditorCollection |
propertyEditorCollection |
|
| CommonMapper |
commonMapper |
|
Methods
View Source
DefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters
| Type |
Name |
Description |
| IUmbracoMapper |
mapper |
|