Company.UpdateManagedDocuments Method
Public Shared Function UpdateManagedDocuments( _
ByVal company_id As EntityID, _
ByVal user_id As EntityID, _
ByVal attribs As Dictionary(Of EntityID, AttributeInfo), _
ByVal db As IDatabase, _
ByVal client As IClient _
) As List(Of String)
This language is not supported or no code example is available.
public static List<string> UpdateManagedDocuments(
EntityID company_id,
EntityID user_id,
Dictionary<EntityID, AttributeInfo> attribs,
IDatabase db,
IClient client
)
This language is not supported or no code example is available.
public:
static List<String^>^ UpdateManagedDocuments(
EntityID^ company_id,
EntityID^ user_id,
Dictionary<EntityID^, AttributeInfo^>^ attribs,
IDatabase^ db,
IClient^ client
)
This language is not supported or no code example is available.
Parameters
- company_id
- EntityID
the company id
- user_id
- EntityID
the user that initiated the update
- attribs
- Dictionary<EntityID, AttributeInfo>
the list of attributes
- db
- IDatabase
the connection
- client
- IClient
Return Value
List<string>a list of log messages