Set or remove any naming rules on a project

Namespace: SynergyClientAPI.Projects
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function UpdateNamingRules( _ 
ByVal project_id As EntityID, _ 
ByVal modified_naming_rule_sets As List(Of NamingRuleSet), _ 
ByVal deleted_naming_sets As Dictionary(Of EntityID, String), _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse UpdateNamingRules( 
EntityID project_id
List<NamingRuleSet> modified_naming_rule_sets
Dictionary<EntityID, string> deleted_naming_sets
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ UpdateNamingRules( 
EntityID^ project_id
List<NamingRuleSet^>^ modified_naming_rule_sets
Dictionary<EntityID^, String^>^ deleted_naming_sets
IASyncWait^ waiter 
)
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

project_id
Type: EntityID

the id of the project to change naming rules for

modified_naming_rule_sets
Type: List<NamingRuleSet>

any naming rule sets to change

deleted_naming_sets
Type: Dictionary<EntityID, string>

the list of naming sets to delete - a dictionary of id to names

waiter
Type: IASyncWait

an optional waiter

Return Value

Type: OperationResponse

the result of the operation

.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