docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAnnotationManagement

    Provides methods for managing annotations, attachments, and reactions within a Collaboration SDK.

    Inherited Members
    IAnnotationService.CreateAnnotationAsync(ProjectId, AssetId, Dictionary<string, string>, string, string, Dictionary<string, object>, bool, List<ICreateAttachmentRequest>, CreateAnnotationStatus?, CancellationToken)
    IAnnotationService.CreateAnnotationAsync(ProjectId, string, Dictionary<string, string>, string, string, Dictionary<string, object>, bool, List<ICreateAttachmentRequest>, CreateAnnotationStatus?, CancellationToken)
    IAnnotationService.ReadAnnotationAsync(ProjectId, AnnotationId, CancellationToken)
    IAnnotationService.ReadAnnotationsAsync(ProjectId, AssetId, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAllAnnotationsAsync(ProjectId, AssetId, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsAsync(ProjectId, string, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsByProfileAsync(ProjectId, AssetId, List<BaseProfile>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAllAnnotationsByProfileAsync(ProjectId, AssetId, List<BaseProfile>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsByProfileAsync(ProjectId, string, List<BaseProfile>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsByMentionAsync(ProjectId, AssetId, List<UserId>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAllAnnotationsByMentionAsync(ProjectId, AssetId, List<UserId>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsByMentionAsync(ProjectId, string, List<UserId>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsByHashtagAsync(ProjectId, AssetId, List<string>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAllAnnotationsByHashtagAsync(ProjectId, AssetId, List<string>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.ReadAnnotationsByHashtagAsync(ProjectId, string, List<string>, List<IncludeField>, string, int, SortOrder?, CancellationToken)
    IAnnotationService.UpdateAnnotationAsync(ProjectId, AnnotationId, string, CancellationToken)
    IAnnotationService.UpdateAnnotationStatusAsync(ProjectId, AnnotationId, UpdateAnnotationStatus, CancellationToken)
    IAnnotationService.ResolveAnnotationAsync(ProjectId, AnnotationId, CancellationToken)
    IAnnotationService.UnresolveAnnotationAsync(ProjectId, AnnotationId, CancellationToken)
    IAnnotationService.ReadRepliesAsync(ProjectId, AnnotationId, string, int?, SortOrder?, StatusFilter?, CancellationToken)
    IAnnotationService.DeleteAnnotationAsync(ProjectId, AnnotationId, CancellationToken)
    IAnnotationService.RemoveFieldsFromAnnotationMetadataAsync(ProjectId, AnnotationId, List<string>, CancellationToken)
    IAttachmentService.CreateAnnotationAttachmentAsync(ProjectId, AnnotationId, ICreateAttachmentRequest, CancellationToken)
    IAttachmentService.UpdateAnnotationAttachmentAsync(ProjectId, AnnotationId, AttachmentId, IUpdateAttachmentRequest, CancellationToken)
    IAttachmentService.FinalizeAnnotationAttachmentAsync(ProjectId, AnnotationId, AttachmentId, string, CancellationToken)
    IAttachmentService.ReadAnnotationAttachmentFileUploadUrlAsync(ProjectId, AnnotationId, AttachmentId, string, CancellationToken)
    IAttachmentService.ReadAnnotationFileAttachmentDownloadUrlAsync(ProjectId, AnnotationId, AttachmentId, string, int?, CancellationToken)
    IAttachmentService.DeleteAttachmentAsync(ProjectId, AnnotationId, AttachmentId, CancellationToken)
    IReactionService.CreateAnnotationReactionAsync(ProjectId, AnnotationId, string, CancellationToken)
    IReactionService.DeleteAnnotationReactionAsync(ProjectId, AnnotationId, string, CancellationToken)
    IThreadService.SubscribeToThreadAsync(ProjectId, AnnotationId, CancellationToken)
    IThreadService.IsSubscribedToThreadAsync(ProjectId, AnnotationId, CancellationToken)
    IThreadService.UnsubscribeFromThreadAsync(ProjectId, AnnotationId, CancellationToken)
    IThreadService.ThreadsCountByTargetAsync(ProjectId, string, int?, int?, CancellationToken)
    IThreadService.ThreadsCountInAnnotationsByTargetAsync(ProjectId, string, CancellationToken)
    Namespace: Unity.Cloud.Collaboration
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public interface IAnnotationManagement : IAnnotationService, IAttachmentService, IReactionService, IThreadService
    Remarks

    This interface defines operations for creating, reading, updating, and deleting annotations, as well as managing attachments, reactions, and subscriptions for annotation threads.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)