C# 클래스 Cmis.Utility.CmisNavigation

파일 보기 프로젝트 열기: OpenDataSpace/CmisCmdlets 1 사용 예제들

공개 메소드들

메소드 설명
CmisNavigation ( ISession session ) : System
CmisNavigation ( ISession session, CmisPath path ) : System
CreateDocument ( CmisPath path, ContentStream stream ) : IDocument
CreateDocument ( CmisPath path, ContentStream stream, object>.IDictionary properties ) : IDocument
CreateFolder ( CmisPath path, bool recursive ) : IFolder
CreateFolder ( CmisPath path, bool recursive, object>.IDictionary properties ) : IFolder
Delete ( CmisPath cmisPath, bool recursive ) : IList
Delete ( ICmisObject obj, bool recursive ) : IList
Get ( CmisPath cmisPath ) : ICmisObject
GetDocument ( CmisPath cmisPath ) : IDocument
GetFolder ( CmisPath cmisPath ) : IFolder
TryGet ( CmisPath cmisPath, ICmisObject &obj ) : bool

비공개 메소드들

메소드 설명
GetCmisObjectPath ( ICmisObject obj ) : string

메소드 상세

CmisNavigation() 공개 메소드

public CmisNavigation ( ISession session ) : System
session ISession
리턴 System

CmisNavigation() 공개 메소드

public CmisNavigation ( ISession session, CmisPath path ) : System
session ISession
path CmisPath
리턴 System

CreateDocument() 공개 메소드

public CreateDocument ( CmisPath path, ContentStream stream ) : IDocument
path CmisPath
stream ContentStream
리턴 IDocument

CreateDocument() 공개 메소드

public CreateDocument ( CmisPath path, ContentStream stream, object>.IDictionary properties ) : IDocument
path CmisPath
stream ContentStream
properties object>.IDictionary
리턴 IDocument

CreateFolder() 공개 메소드

public CreateFolder ( CmisPath path, bool recursive ) : IFolder
path CmisPath
recursive bool
리턴 IFolder

CreateFolder() 공개 메소드

public CreateFolder ( CmisPath path, bool recursive, object>.IDictionary properties ) : IFolder
path CmisPath
recursive bool
properties object>.IDictionary
리턴 IFolder

Delete() 공개 메소드

public Delete ( CmisPath cmisPath, bool recursive ) : IList
cmisPath CmisPath
recursive bool
리턴 IList

Delete() 공개 메소드

public Delete ( ICmisObject obj, bool recursive ) : IList
obj ICmisObject
recursive bool
리턴 IList

Get() 공개 메소드

public Get ( CmisPath cmisPath ) : ICmisObject
cmisPath CmisPath
리턴 ICmisObject

GetDocument() 공개 메소드

public GetDocument ( CmisPath cmisPath ) : IDocument
cmisPath CmisPath
리턴 IDocument

GetFolder() 공개 메소드

public GetFolder ( CmisPath cmisPath ) : IFolder
cmisPath CmisPath
리턴 IFolder

TryGet() 공개 메소드

public TryGet ( CmisPath cmisPath, ICmisObject &obj ) : bool
cmisPath CmisPath
obj ICmisObject
리턴 bool