C# 클래스 SenseNet.ContentRepository.File

상속: FileBase
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
CreateByBinary ( IFolder parent, BinaryData binaryData ) : File
Downloaded ( int fileId ) : void
Downloaded ( string filePath ) : void
File ( Node parent ) : System
File ( Node parent, string nodeTypeName ) : System

보호된 메소드들

메소드 설명
File ( NodeToken nt ) : System

메소드 상세

CreateByBinary() 공개 정적인 메소드

public static CreateByBinary ( IFolder parent, BinaryData binaryData ) : File
parent IFolder
binaryData SenseNet.ContentRepository.Storage.BinaryData
리턴 File

Downloaded() 공개 정적인 메소드

public static Downloaded ( int fileId ) : void
fileId int
리턴 void

Downloaded() 공개 정적인 메소드

public static Downloaded ( string filePath ) : void
filePath string
리턴 void

File() 공개 메소드

public File ( Node parent ) : System
parent Node
리턴 System

File() 공개 메소드

public File ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

File() 보호된 메소드

protected File ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
리턴 System