C# 클래스 SobekCM.Library.Helpers.CKEditor.CKEditor_Security_Token

Token used to add security, via adding a key to the session state, for uploading documents using CKEditor through this system
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ThisGuid System.Guid
UploadPath string
UploadURL string

공개 메소드들

메소드 설명
CKEditor_Security_Token ( string UploadPath, string UploadURL ) : System

Constructor for a new instance of the CKEditor_Security_Token class

메소드 상세

CKEditor_Security_Token() 공개 메소드

Constructor for a new instance of the CKEditor_Security_Token class
public CKEditor_Security_Token ( string UploadPath, string UploadURL ) : System
UploadPath string Path where the uploaded files should go
UploadURL string URL where the uploaded files go, to return the uploaded file URL
리턴 System

프로퍼티 상세

ThisGuid 공개적으로 프로퍼티

The GUID for this security token
public Guid,System ThisGuid
리턴 System.Guid

UploadPath 공개적으로 프로퍼티

Path where the uploaded files should go
public string UploadPath
리턴 string

UploadURL 공개적으로 프로퍼티

URL where the uploaded files go, to return the uploaded file URL
public string UploadURL
리턴 string