Show / Hide Table of Contents

Class VersionableUserIdExtensions

Extension methods to work with UserIds on IVersionable items.

Inheritance
Object
VersionableUserIdExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public static class VersionableUserIdExtensions

Methods

SetUserId(IVersionable, String, String)

Adds or updates a user ID to the item.

Declaration
public static void SetUserId(this IVersionable item, string type, string id)
Parameters
Type Name Description
IVersionable item
String type
String id
In This Article
Back to top Generated by DocFX