CreateBookmarkEx Method
Overloads
| CreateBookmarkEx(GenericBookmarkProperties, IEnumerable<String>) | 
             Creates a bookmark with softpatches.  | 
        
      
    
CreateBookmarkEx(GenericBookmarkProperties, IEnumerable<String>)
Creates a bookmark with softpatches.
Declaration
      public CreateBookmarkExResult CreateBookmarkEx([QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| GenericBookmarkProperties | prop | 
           Properties for the object.  | 
      
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | 
           Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.  | 
      
Returns
| Type | Description | 
|---|---|
| CreateBookmarkExResult |