02-15-2011 02:22 AM
02-15-2011 03:41 AM
CMLAddAspect tagAspect = new CMLAddAspect(Constants.ASPECT_CLASSIFIABLE, new NamedValue[] { new NamedValue(PropertyNames.PROP_CATEGORIES, true, null, new String[] { yourCategoriesArray }) }, null, "1");
08-02-2013 10:10 AM
02-15-2011 03:56 AM
02-15-2011 04:23 AM
02-15-2011 04:43 AM
CMLAddAspect tag1 = new CMLAddAspect();
tag1.aspect = "tag";
tag1.property = tagproperties;
tag1.where_id = "1";
do you can any idea what should be the values for aspect ,property,where,where_id for tagging..02-15-2011 05:03 AM
02-15-2011 06:28 AM
02-15-2011 06:41 AM
02-15-2011 06:55 AM
CMLCreate create = new CMLCreate();
create.parent = parentReference;
create.id = "1";
create.type = Constants.TYPE_CONTENT;
create.property = properties;
taggable[0] = tag1;
This is my code for creating the file there is no where_id for CMLCreate but create.id = "1";Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.