C# 클래스 SenseNet.Services.WebDav.Put

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

공개 메소드들

메소드 설명
HandleMethod ( ) : void
Put ( WebDavHandler handler ) : System

비공개 메소드들

메소드 설명
CreateFile ( string parentPath, string fileName, Node parentNode ) : void
GetContentTypeName ( string fileName ) : string

Determine content type from file extension

HandleContent ( string parentPath, string fileName, Node parentNode, Node node ) : void
HandleFile ( string parentPath, string fileName, Node parentNode, Node node ) : void
InstallContentType ( ) : void
SetBinaryAttachment ( Node existingNode, string binaryName ) : bool

Checks an existing node whether it has a binary property with matching name and sets the binary value if needed

SetBinaryStream ( Node node, Stream fileStream ) : void
SetBinaryStream ( Node node, Stream fileStream, string propertyName ) : void
SetBinaryStream ( Node node, Stream fileStream, string propertyName, string binaryName ) : void
UpdateFile ( Node file ) : void

메소드 상세

HandleMethod() 공개 메소드

public HandleMethod ( ) : void
리턴 void

Put() 공개 메소드

public Put ( WebDavHandler handler ) : System
handler WebDavHandler
리턴 System