Click or drag to resize
PolicyConditionsAddConditionItem Method (MatchMode, String, String)
Adds a condition item with specified MatchMode

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public void AddConditionItem(
	MatchMode matchMode,
	string name,
	string value
)

Parameters

matchMode
Type: Aliyun.OSSMatchMode
Conditions match mode
name
Type: SystemString
Condition name
value
Type: SystemString
Condition value
See Also