Omb.Domain Namespace > PublicationMgr Class : IsPublicationResponseEditable Method |
Check if publication response is updatable based on input security context.
[Visual Basic]
Protected Overridable Function IsPublicationResponseEditable( _
ByVal response As PublicationResponse, _
ByVal sc As SecurityContext _
) As Boolean
[C#]
protected virtual bool IsPublicationResponseEditable(
PublicationResponse response,
SecurityContext sc
);
[C++]
protected: virtual bool IsPublicationResponseEditable(
PublicationResponse* response,
SecurityContext* sc
)
[C++/CLI]
protected:
virtual bool IsPublicationResponseEditable(
PublicationResponse^ response,
SecurityContext^ sc
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PublicationMgr Class | PublicationMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.