C# 클래스 Users_Upload, 3D-Repository

Web Page that allows for the uploading of 3D model content and associated metadata
상속: Website.Pages.PageBase
파일 보기 프로젝트 열기: adlnet/3D-Repository

공개 메소드들

메소드 설명
deleteTempFile ( string filename ) : void

Deletes a file from the base temporary directory.

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
Convert ( ) : FileStatus
ConvertFileToO3D ( HttpContext context, string path ) : string

Converts a file from its native format to the O3D format.

DeleteImage ( string filename ) : void
DetectFormat ( string filename ) : FileStatus
SaveChanges ( string indata ) : FileStatus
Step1_Submit ( string TitleInput, string DescriptionInput, string TagsInput ) : ViewerLoadParams
Step2_Submit ( string ScaleValue, string UpAxis ) : UploadDetailDefaults
SubmitUpload ( string DeveloperName, string ArtistName, string DeveloperUrl, string SponsorName, string LicenseType, bool RequireResubmit ) : string
UploadReset ( string filename ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

deleteTempFile() 공개 정적인 메소드

Deletes a file from the base temporary directory.
public static deleteTempFile ( string filename ) : void
filename string The name of the file to be deleted (no path)
리턴 void