Table of Contents

Class ProgramFolderRepository

Namespace
InSite.Persistence.Plugin.NCSHA
Assembly
InSite.Persistence.dll
public static class ProgramFolderRepository
Inheritance
ProgramFolderRepository
Inherited Members

Methods

InsertComment(int, Guid)

public static void InsertComment(int folderId, Guid commentId)

Parameters

folderId int
commentId Guid

InsertFolder()

public static int InsertFolder()

Returns

int

SelectForFolderViewer(int)

public static List<VComment> SelectForFolderViewer(int folderId)

Parameters

folderId int

Returns

List<VComment>