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
Afficher le fichier Open project: noerd/Multiple-File-Upload-Package

Méthodes publiques

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

Method Details

ConstructRelativeDestPath() public méthode

public ConstructRelativeDestPath ( int propertyId ) : string
propertyId int
Résultat string

CreateMedia() public abstract méthode

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