Hi I can associate property to every file revision individually.
Example: .... .... NodeProperty property = new NodeProperty(FileProperties.DESCRIPTION, descriptor, true); revisionDescriptor.setProperty(property); NodeRevisionContent revisionContent = new NodeRevisionContent(); revisionContent.setContent(byteArray); this.token.getContentHelper().create(this.slideToken, filePath, revisionDescriptor, revisionContent); .... .... How can I associate property to file only ? How can I change the file property without version changing ? I want associate 'description' property to file. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
