Project.UpdateNamingRules Method
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.
Parameters
- project_id
- EntityID
the id of the project to change naming rules for
- modified_naming_rule_sets
- List<NamingRuleSet>
any naming rule sets to change
- deleted_naming_sets
- Dictionary<EntityID, string>
the list of naming sets to delete - a dictionary of id to names
- waiter
- IASyncWait
an optional waiter
Return Value
OperationResponsethe result of the operation