VersionControlServer.SetVersionedItemAttribute Method
Include Protected Members
Include Inherited Members
Sets the attributes associated with the versioned item.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetVersionedItemAttribute(array<ItemSpec[], VersionSpec, DeletedState, ItemType, array<PropertyValue[]) | Sets the attributes associated with the versioned item. | |
SetVersionedItemAttribute(ItemSpec, VersionSpec, DeletedState, ItemType, String, array<Byte[]) | Sets the attributes associated with the versioned item. | |
SetVersionedItemAttribute(ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<DateTime>) | Sets the attributes associated with the versioned item. | |
SetVersionedItemAttribute(ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<Double>) | Sets the attributes associated with the versioned item. | |
SetVersionedItemAttribute(ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<Int32>) | Sets the attributes associated with the versioned item. | |
SetVersionedItemAttribute(ItemSpec, VersionSpec, DeletedState, ItemType, String, String) | Sets the attributes associated with the versioned item. |
Top