07-18-2014 02:17 PM
07-23-2014 08:05 AM
07-26-2014 09:24 AM
var values = new[]
{
new KeyValuePair<string, string>("filename", "filename"),
new KeyValuePair<string, string>("description", "description"),
new KeyValuePair<string, string>("destination", "workspace://SpacesStore/ce55a850-b1c7-43c7-a600-b5c58a985429"),
new KeyValuePair<string, string>("siteid", "testsite"),
new KeyValuePair<string, string>("containerid", "documentLibrary"),
};
foreach (var keyValuePair in values)
{
formData.Add(new StringContent(keyValuePair.Value), keyValuePair.Key);
}
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.