OKMRest  3.8.0
OpenKM Rest
com.openkm.sdk4csharp.definition.BasePropertyGroup Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BasePropertyGroup:

Public Member Functions

void addPropertyGroup (String uuid, String grpName, Dictionary< String, String > propertiesMap)
 
void removePropertyGroup (String uuid, String grpName)
 
List< PropertyGroupgetPropertyGroups (String uuid)
 
List< PropertyGroupgetAllPropertyGroups ()
 
Dictionary< string, string > getPropertyGroupProperties (String uuid, String grpName)
 
List< FormElementgetPropertyGroupForm (String grpName)
 
void setPropertyGroupProperties (String uuid, String grpName, Dictionary< String, String > properties)
 
Boolean hasPropertyGroup (String uuid, String grpName)
 
String getRegisteredPropertyGroupDefinition ()
 
List< string > getPropertyGroupSuggestions (String uuid, String grpName, String propName)
 
void registerPropertyGroupDefinition (FileStream fileStream, String pgName)
 
Dictionary< String, String > getPropertyGroupPropertiesByVersion (String uuid, String grpName, String versionName)
 
List< PropertyGroupgetPropertyGroupsByVersion (String uuid, String versionName)
 
PropertyGroup getPropertyGroup (String grpName)
 

Member Function Documentation

void com.openkm.sdk4csharp.definition.BasePropertyGroup.addPropertyGroup ( String  uuid,
String  grpName,
Dictionary< String, String >  propertiesMap 
)
List<PropertyGroup> com.openkm.sdk4csharp.definition.BasePropertyGroup.getAllPropertyGroups ( )
PropertyGroup com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroup ( String  grpName)
List<FormElement> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupForm ( String  grpName)
Dictionary<string, string> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupProperties ( String  uuid,
String  grpName 
)
Dictionary<String, String> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupPropertiesByVersion ( String  uuid,
String  grpName,
String  versionName 
)
List<PropertyGroup> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroups ( String  uuid)
List<PropertyGroup> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupsByVersion ( String  uuid,
String  versionName 
)
List<string> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupSuggestions ( String  uuid,
String  grpName,
String  propName 
)
String com.openkm.sdk4csharp.definition.BasePropertyGroup.getRegisteredPropertyGroupDefinition ( )
Boolean com.openkm.sdk4csharp.definition.BasePropertyGroup.hasPropertyGroup ( String  uuid,
String  grpName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.registerPropertyGroupDefinition ( FileStream  fileStream,
String  pgName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.removePropertyGroup ( String  uuid,
String  grpName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.setPropertyGroupProperties ( String  uuid,
String  grpName,
Dictionary< String, String >  properties 
)

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