OKMRest  3.7.1
OpenKM Rest
com.openkm.sdk4csharp.impl.FolderImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.FolderImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.FolderImpl:

Public Member Functions

 FolderImpl (String host)
 
void setAuthorizationToken (String authorizationToken)
 
Folder createFolder (String uuid, String name)
 createFolder More...
 
void deleteFolder (String fldId)
 deleteFolder More...
 
Folder getFolderProperties (String fldId)
 getProperties More...
 
Folder renameFolder (String fldId, String newName)
 renameFolder More...
 
void moveFolder (String fldId, String dstId)
 moveFolder More...
 
List< FoldergetFolderChildren (String fldId)
 getFolderChildren More...
 
Boolean isValidFolder (String fldId)
 isValidFolder More...
 
String getFolderPath (String uuid)
 getFolderPath More...
 
Folder copyFolder (String uuid, String dstId, String newName)
 copyFolder More...
 
Folder extendedFolderCopy (String uuid, String dstId, String newName, Boolean categories, Boolean keywords, Boolean propertyGroups, Boolean notes, Boolean wiki)
 extendedFolderCopy More...
 
ContentInfo getContentInfo (String fldId)
 getContentInfo More...
 
void purgeFolder (String fldId)
 purgeFolder More...
 
void setStyle (String uuid, long styleId)
 setStyle More...
 
void createMissingFolders (String fldPath)
 createMissingFolders More...
 
void setFolderDescription (String uuid, String description)
 setFolderDescription More...
 
Folder createFolderFromTemplate (String uuid, String dstPath, String language, bool categories, bool keywords, bool propertyGroups, bool notes, bool wiki, Dictionary< String, String > properties)
 createFolderFromTemplate More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url)
 getClient More...
 
RestClient getClient (String url, String user, String password)
 getClient More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.FolderImpl.FolderImpl ( String  host)

Member Function Documentation

Folder com.openkm.sdk4csharp.impl.FolderImpl.copyFolder ( String  uuid,
String  dstId,
String  newName 
)

copyFolder

Parameters
uuid
dstId
newName
Returns
Folder
Folder com.openkm.sdk4csharp.impl.FolderImpl.createFolder ( String  uuid,
String  name 
)

createFolder

Parameters
uuid
name
Returns
Folder
Folder com.openkm.sdk4csharp.impl.FolderImpl.createFolderFromTemplate ( String  uuid,
String  dstPath,
String  language,
bool  categories,
bool  keywords,
bool  propertyGroups,
bool  notes,
bool  wiki,
Dictionary< String, String >  properties 
)

createFolderFromTemplate

Parameters
uuid
dstPath
language
categories
keywords
propertyGroups
notes
wiki
properties
Returns
void com.openkm.sdk4csharp.impl.FolderImpl.createMissingFolders ( String  fldPath)

createMissingFolders

Parameters
fldPath
void com.openkm.sdk4csharp.impl.FolderImpl.deleteFolder ( String  fldId)

deleteFolder

Parameters
fldId
Folder com.openkm.sdk4csharp.impl.FolderImpl.extendedFolderCopy ( String  uuid,
String  dstId,
String  newName,
Boolean  categories,
Boolean  keywords,
Boolean  propertyGroups,
Boolean  notes,
Boolean  wiki 
)

extendedFolderCopy

Parameters
uuid
dstId
newName
categories
keywords
propertyGroups
notes
wiki
Returns
Folder
ContentInfo com.openkm.sdk4csharp.impl.FolderImpl.getContentInfo ( String  fldId)

getContentInfo

Parameters
fldId
Returns
ContentInfo
List<Folder> com.openkm.sdk4csharp.impl.FolderImpl.getFolderChildren ( String  fldId)

getFolderChildren

Parameters
fldId
Returns
List<Folder>
String com.openkm.sdk4csharp.impl.FolderImpl.getFolderPath ( String  uuid)

getFolderPath

Parameters
uuid
Returns
String
Folder com.openkm.sdk4csharp.impl.FolderImpl.getFolderProperties ( String  fldId)

getProperties

Parameters
fldId
Returns
Folder
Boolean com.openkm.sdk4csharp.impl.FolderImpl.isValidFolder ( String  fldId)

isValidFolder

Parameters
fldId
Returns
Boolean
void com.openkm.sdk4csharp.impl.FolderImpl.moveFolder ( String  fldId,
String  dstId 
)

moveFolder

Parameters
fldId
dstId
void com.openkm.sdk4csharp.impl.FolderImpl.purgeFolder ( String  fldId)

purgeFolder

Parameters
fldId
dstId
Folder com.openkm.sdk4csharp.impl.FolderImpl.renameFolder ( String  fldId,
String  newName 
)

renameFolder

Parameters
fldId
newName
Returns
Folder
void com.openkm.sdk4csharp.impl.FolderImpl.setAuthorizationToken ( String  authorizationToken)
void com.openkm.sdk4csharp.impl.FolderImpl.setFolderDescription ( String  uuid,
String  description 
)

setFolderDescription

Parameters
uuid
description
void com.openkm.sdk4csharp.impl.FolderImpl.setStyle ( String  uuid,
long  styleId 
)

setStyle

Parameters
uuid

The documentation for this class was generated from the following file: