SDK for .NET  2.3.0
SDK for .NET
 All Classes Namespaces Files Functions Variables Properties
com.openkm.sdk4csharp.definition.BaseFolder Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BaseFolder:

Public Member Functions

Folder createFolder (Folder fld)
 
Folder createFolderSimple (String fldPath)
 
void deleteFolder (String fldId)
 
Folder getFolderProperties (String fldId)
 
Folder renameFolder (String fldId, String newName)
 
void moveFolder (String fldId, String dstId)
 
FolderList getFolderChildren (String fldId)
 
Boolean isValidFolder (String fldId)
 
String getFolderPath (String uuid)
 
void copyFolder (String fldId, String dstId)
 
void extendedFolderCopy (String fldId, String dstId, Boolean categories, Boolean keywords, Boolean propertyGroups, Boolean notes, Boolean wiki)
 
ContentInfo getContentInfo (String fldId)
 
void purgeFolder (String fldId)
 
void setStyle (String fldId, long styleId)
 

Member Function Documentation

void com.openkm.sdk4csharp.definition.BaseFolder.copyFolder ( String  fldId,
String  dstId 
)
Folder com.openkm.sdk4csharp.definition.BaseFolder.createFolder ( Folder  fld)
Folder com.openkm.sdk4csharp.definition.BaseFolder.createFolderSimple ( String  fldPath)
void com.openkm.sdk4csharp.definition.BaseFolder.deleteFolder ( String  fldId)
void com.openkm.sdk4csharp.definition.BaseFolder.extendedFolderCopy ( String  fldId,
String  dstId,
Boolean  categories,
Boolean  keywords,
Boolean  propertyGroups,
Boolean  notes,
Boolean  wiki 
)
ContentInfo com.openkm.sdk4csharp.definition.BaseFolder.getContentInfo ( String  fldId)
FolderList com.openkm.sdk4csharp.definition.BaseFolder.getFolderChildren ( String  fldId)
String com.openkm.sdk4csharp.definition.BaseFolder.getFolderPath ( String  uuid)
Folder com.openkm.sdk4csharp.definition.BaseFolder.getFolderProperties ( String  fldId)
Boolean com.openkm.sdk4csharp.definition.BaseFolder.isValidFolder ( String  fldId)
void com.openkm.sdk4csharp.definition.BaseFolder.moveFolder ( String  fldId,
String  dstId 
)
void com.openkm.sdk4csharp.definition.BaseFolder.purgeFolder ( String  fldId)
Folder com.openkm.sdk4csharp.definition.BaseFolder.renameFolder ( String  fldId,
String  newName 
)
void com.openkm.sdk4csharp.definition.BaseFolder.setStyle ( String  fldId,
long  styleId 
)

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