Searched refs:titleProp (Results 1 – 1 of 1) sorted by relevance
147 PropertyValue[] titleProp = new PropertyValue[1]; in checkTransientDocumentsDocumentContent() local148 titleProp[0] = new PropertyValue(); in checkTransientDocumentsDocumentContent()149 titleProp[0].Name = "Title"; in checkTransientDocumentsDocumentContent()150 titleProp[0].Handle = -1; in checkTransientDocumentsDocumentContent()151 titleProp[0].Value = folderName; in checkTransientDocumentsDocumentContent()154 titleSetCommand.Argument = titleProp; in checkTransientDocumentsDocumentContent()
Completed in 10 milliseconds