Would anyone know why I'm getting the error message "Value of type '1-dimensional array of String' cannot be converted to 'String'"?
Code snippet:
Code snippet:
Code:
Dim masterids As Long() Dim addedpropdefids As Long() Dim removedpropdefids As Long() Dim comment As String() Dim updatefileprop As File = mDocSvc.UpdateFilePropertyDefinitions(masterids, addedpropdefids, removedpropdefids, comment)