Run through all the managed documents that uses attributes on this company

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

company_id
Type: EntityID

the company id

user_id
Type: EntityID

the user that initiated the update

attribs
Type: Dictionary<EntityID, AttributeInfo>

the list of attributes

db
Type: IDatabase

the connection

client
Type: IClient

Return Value

Type: List<string>

a list of log messages

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1