C# Class noerd.Umb.DataTypes.multipleFileUpload.MediaFactory

An abstract implementation of ImediaFactory. Responsible for the implementation of common functionality in the ConstructRelativeDestPath() method.
Inheritance: IMediaFactory
Mostrar archivo Open project: noerd/Multiple-File-Upload-Package

Public Methods

Method Description
ConstructRelativeDestPath ( int propertyId ) : string
CreateMedia ( IconI parent, System.Web.HttpPostedFile uploadFile ) : umbraco.cms.businesslogic.media.Media

Method Details

ConstructRelativeDestPath() public method

public ConstructRelativeDestPath ( int propertyId ) : string
propertyId int
return string

CreateMedia() public abstract method

public abstract CreateMedia ( IconI parent, System.Web.HttpPostedFile uploadFile ) : umbraco.cms.businesslogic.media.Media
parent IconI
uploadFile System.Web.HttpPostedFile
return umbraco.cms.businesslogic.media.Media