Filling in a multi-choice field in a Sharepoint Doc-Lib using SetDocsMetaInfo Frontpage Server Extentions RPC method
        Posted  
        
            by 
                notnot
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by notnot
        
        
        
        Published on 2010-07-15T22:10:48Z
        Indexed on 
            2011/01/15
            13:54 UTC
        
        
        Read the original article
        Hit count: 299
        
I've been given a big chunk of code which eventually calls upon the SetDocsMetaInfo method from Frontpage Server Extension RPC. This is easy enough for most document uploading and property updating, except when dealing with multichoice fields. I've been scouring through MSDN and I can't find anything on how to fill in multiple values for such a field.
The general syntax for properties is something like this: [SR|default], with the type (string in this case) followed by a pipe and then the value to be written. Does anyone know the syntax for multichoice fields?
references: MSDN: SetDocsMetaInfo
© Stack Overflow or respective owner