OKMRest  3.7.1
OpenKM Rest
com.openkm.sdk4csharp.definition.BaseFolder Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BaseFolder:

Public Member Functions

Folder createFolder (String uuid, String name)
 
void deleteFolder (String uuid)
 
Folder getFolderProperties (String uuid)
 
Folder renameFolder (String uuid, String newName)
 
void moveFolder (String uuid, String dstId)
 
List< FoldergetFolderChildren (String uuid)
 
Boolean isValidFolder (String uuid)
 
String getFolderPath (String uuid)
 
Folder copyFolder (String uuid, String dstId, String newName)
 
Folder extendedFolderCopy (String uuid, String dstId, String newName, Boolean categories, Boolean keywords, Boolean propertyGroups, Boolean notes, Boolean wiki)
 
ContentInfo getContentInfo (String uuid)
 
void purgeFolder (String uuid)
 
void setStyle (String uuid, long styleId)
 
void createMissingFolders (String fldPath)
 
void setFolderDescription (string uuid, String description)
 
Folder createFolderFromTemplate (String uuid, String dstPath, String language, bool categories, bool keywords, bool propertyGroups, bool notes, bool wiki, Dictionary< String, String > properties)
 

Member Function Documentation

Folder com.openkm.sdk4csharp.definition.BaseFolder.copyFolder ( String  uuid,
String  dstId,
String  newName 
)
Folder com.openkm.sdk4csharp.definition.BaseFolder.createFolder ( String  uuid,
String  name 
)
Folder com.openkm.sdk4csharp.definition.BaseFolder.createFolderFromTemplate ( String  uuid,
String  dstPath,
String  language,
bool  categories,
bool  keywords,
bool  propertyGroups,
bool  notes,
bool  wiki,
Dictionary< String, String >  properties 
)
void com.openkm.sdk4csharp.definition.BaseFolder.createMissingFolders ( String  fldPath)
void com.openkm.sdk4csharp.definition.BaseFolder.deleteFolder ( String  uuid)
Folder com.openkm.sdk4csharp.definition.BaseFolder.extendedFolderCopy ( String  uuid,
String  dstId,
String  newName,
Boolean  categories,
Boolean  keywords,
Boolean  propertyGroups,
Boolean  notes,
Boolean  wiki 
)
ContentInfo com.openkm.sdk4csharp.definition.BaseFolder.getContentInfo ( String  uuid)
List<Folder> com.openkm.sdk4csharp.definition.BaseFolder.getFolderChildren ( String  uuid)
String com.openkm.sdk4csharp.definition.BaseFolder.getFolderPath ( String  uuid)
Folder com.openkm.sdk4csharp.definition.BaseFolder.getFolderProperties ( String  uuid)
Boolean com.openkm.sdk4csharp.definition.BaseFolder.isValidFolder ( String  uuid)
void com.openkm.sdk4csharp.definition.BaseFolder.moveFolder ( String  uuid,
String  dstId 
)
void com.openkm.sdk4csharp.definition.BaseFolder.purgeFolder ( String  uuid)
Folder com.openkm.sdk4csharp.definition.BaseFolder.renameFolder ( String  uuid,
String  newName 
)
void com.openkm.sdk4csharp.definition.BaseFolder.setFolderDescription ( string  uuid,
String  description 
)
void com.openkm.sdk4csharp.definition.BaseFolder.setStyle ( String  uuid,
long  styleId 
)

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