Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets properties to versioned items.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetVersionedItemProperty ( _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyValues As PropertyValue() _
)
[WebMethodAttribute]
public void SetVersionedItemProperty(
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
PropertyValue[] propertyValues
)
[WebMethodAttribute]
public:
void SetVersionedItemProperty(
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ itemSpecs,
VersionSpec^ versionSpec,
DeletedState deletedState,
ItemType itemType,
array<PropertyValue^>^ propertyValues
)
[<WebMethodAttribute>]
member SetVersionedItemProperty :
workspaceName:string *
workspaceOwner:string *
itemSpecs:ItemSpec[] *
versionSpec:VersionSpec *
deletedState:DeletedState *
itemType:ItemType *
propertyValues:PropertyValue[] -> unit
public function SetVersionedItemProperty(
workspaceName : String,
workspaceOwner : String,
itemSpecs : ItemSpec[],
versionSpec : VersionSpec,
deletedState : DeletedState,
itemType : ItemType,
propertyValues : PropertyValue[]
)
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- versionSpec
Type: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- deletedState
Type: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- propertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.