C# Class CHAOS.Portal.Client.MCM.Extensions.FileExtension

Inheritance: AExtension, IFileExtension
Show file Open project: CHAOS-Community/CHAOS.Portal.Client-.NET

Public Methods

Method Description
Create ( System.Guid objectGuid, uint parentFileID, uint formatID, uint destinationID, string filename, string originalFilename, string folderPath ) : IServiceCallState>

Method Details

Create() public method

public Create ( System.Guid objectGuid, uint parentFileID, uint formatID, uint destinationID, string filename, string originalFilename, string folderPath ) : IServiceCallState>
objectGuid System.Guid
parentFileID uint
formatID uint
destinationID uint
filename string
originalFilename string
folderPath string
return IServiceCallState>