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

Public Member Functions

Record createRecord (Record rec)
 
Record getRecordProperties (String recId)
 
void deleteRecord (String recId)
 
void purgeRecord (String recId)
 
Record renameRecord (String recId, String newName)
 
void moveRecord (String recId, String dstId)
 
void copyRecord (String recId, String dstId)
 
Boolean isValidRecord (String recId)
 
RecordList getRecordChildren (String fldId)
 
LockInfo lockRecord (String recId)
 
void unlockRecord (String recId)
 
void forceUnlockRecord (String recId)
 
void setRecordTitle (String recId, String title)
 
void setRecordNodeClass (String recId, long ncId)
 
String getRecordPath (String uuid)
 
PromoteAsRecordEvaluation mayBePromotedAsRecord (String recId)
 

Member Function Documentation

void com.openkm.sdk4csharp.definition.BaseRecord.copyRecord ( String  recId,
String  dstId 
)
Record com.openkm.sdk4csharp.definition.BaseRecord.createRecord ( Record  rec)
void com.openkm.sdk4csharp.definition.BaseRecord.deleteRecord ( String  recId)
void com.openkm.sdk4csharp.definition.BaseRecord.forceUnlockRecord ( String  recId)
RecordList com.openkm.sdk4csharp.definition.BaseRecord.getRecordChildren ( String  fldId)
String com.openkm.sdk4csharp.definition.BaseRecord.getRecordPath ( String  uuid)
Record com.openkm.sdk4csharp.definition.BaseRecord.getRecordProperties ( String  recId)
Boolean com.openkm.sdk4csharp.definition.BaseRecord.isValidRecord ( String  recId)
LockInfo com.openkm.sdk4csharp.definition.BaseRecord.lockRecord ( String  recId)
PromoteAsRecordEvaluation com.openkm.sdk4csharp.definition.BaseRecord.mayBePromotedAsRecord ( String  recId)
void com.openkm.sdk4csharp.definition.BaseRecord.moveRecord ( String  recId,
String  dstId 
)
void com.openkm.sdk4csharp.definition.BaseRecord.purgeRecord ( String  recId)
Record com.openkm.sdk4csharp.definition.BaseRecord.renameRecord ( String  recId,
String  newName 
)
void com.openkm.sdk4csharp.definition.BaseRecord.setRecordNodeClass ( String  recId,
long  ncId 
)
void com.openkm.sdk4csharp.definition.BaseRecord.setRecordTitle ( String  recId,
String  title 
)
void com.openkm.sdk4csharp.definition.BaseRecord.unlockRecord ( String  recId)

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