08-27-2014 02:35 PM
08-28-2014 04:31 AM
ArrayList myAL = new ArrayList();
foreach (IQueryResult hit in qr)
{
myAL.Add(hit["cmis:objectId"].FirstValue.ToString());
}
String[] myArr = (String[]) myAL.ToArray( typeof( string ) );
08-28-2014 09:31 AM
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.